Skip to content

Instantly share code, notes, and snippets.

@eddiemonge
Created July 1, 2013 20:08
Show Gist options
  • Save eddiemonge/5904121 to your computer and use it in GitHub Desktop.
Save eddiemonge/5904121 to your computer and use it in GitHub Desktop.
compass: {
options: {
sassDir: '<%= yeoman.app %>/styles',
cssDir: '.tmp/styles',
imagesDir: '<%= yeoman.app %>/images',
javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: '<%= yeoman.app %>/styles/fonts',
importPath: '<%= yeoman.app %>/bower_components',
relativeAssets: false,
generatedImagesDir: '.tmp/images/generated',
httpImagesPath: '/images',
httpGeneratedImagesPath: '/images/generated',
require: 'susy'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment