Skip to content

Commit

Permalink
feat(app generator docs): clarify relativeAssets: true setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Jul 7, 2015
1 parent 9f1692d commit e264098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/app/templates/@Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ module.exports = ( grunt ) ->
imagesDir: '<%= build.part.style.tgtDir %>images/'
fontsDir: '<%= build.part.style.tgtDir %>fonts/'

## Compass's asset helper functions should produce urls relative to the stylesheet.
##
relativeAssets: true

raw: 'sass_options = { :property_syntax => :new }\n'
Expand Down

0 comments on commit e264098

Please sign in to comment.