Skip to content

Instantly share code, notes, and snippets.

@rememberlenny
Created March 8, 2013 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rememberlenny/5117674 to your computer and use it in GitHub Desktop.
Save rememberlenny/5117674 to your computer and use it in GitHub Desktop.
Adding rendering of Foundation to compass in Gruntfile.js
compass: {
options: {
sassDir: '<%= yeoman.app %>/css',
cssDir: '.tmp/css',
imagesDir: '<%= yeoman.app %>/images',
javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: '<%= yeoman.app %>/fonts',
importPath: 'app/components',
relativeAssets: true,
require: 'zurb-foundation'
},
dist: {},
server: {
options: {
debugInfo: true
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment