compass-aurora 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
|