Skip to content

Commit d2ffc89

Browse files
author
Roelof Reitsma
committed
Use compass for scss compiling
1 parent c18335d commit d2ffc89

13 files changed

+7701
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ models/*.js
44
views/**/*.js
55
lib/*.js
66
phonegap_app.js
7+
.sass-cache

Diff for: config.rb

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Require any additional compass plugins here.
2+
3+
# Set this to the root of your project when deployed:
4+
http_path = "/"
5+
css_dir = "css"
6+
sass_dir = "sass"
7+
images_dir = "img"
8+
javascripts_dir = "vendor"
9+
10+
# You can select your preferred output style here (can be overridden via the command line):
11+
# output_style = :expanded or :nested or :compact or :compressed
12+
13+
# To enable relative paths to assets via compass helper functions. Uncomment:
14+
# relative_assets = true
15+
16+
# To disable debugging comments that display the original location of your selectors. Uncomment:
17+
# line_comments = false
18+
19+
20+
# If you prefer the indented syntax, you might want to regenerate this
21+
# project again passing --syntax sass, or you can uncomment this:
22+
# preferred_syntax = :sass
23+
# and then run:
24+
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass

0 commit comments

Comments
 (0)