compass-aurora 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/aurora.rb +1 -1
- data/templates/shared/Gruntfile.js.erb +1 -1
- data/templates/shared/config.rb.erb +0 -3
- metadata +2 -2
data/lib/aurora.rb
CHANGED
@@ -15,9 +15,6 @@ relative_assets = true
|
|
15
15
|
# To enable debugging comments that display the original location of your selectors. Comment:
|
16
16
|
line_comments = false
|
17
17
|
|
18
|
-
# Change this to :production when ready to deploy the CSS to the live server.
|
19
|
-
environment = :development
|
20
|
-
|
21
18
|
# In development, we can turn on the debug_info to use with FireSass or Chrome Web Inspector. Uncomment:
|
22
19
|
# debug = true
|
23
20
|
|