Skip to content

Instantly share code, notes, and snippets.

@g33kidd
Last active January 13, 2016 19:10
Show Gist options
  • Save g33kidd/5bbd374e8eb07623841a to your computer and use it in GitHub Desktop.
Save g33kidd/5bbd374e8eb07623841a to your computer and use it in GitHub Desktop.
exports.config = {
files: {
javascripts: {
joinTo: 'app.js'
},
stylesheets: {
joinTo: 'app.css'
},
templates: {
joinTo: 'app.js'
}
}
};
exports.config = {
files: {
javascripts: {
joinTo: 'app.js'
},
stylesheets: {
joinTo: 'app.css'
},
templates: {
joinTo: 'app.js'
}
},
plugins: {
sass: {
options: {
includePaths: [
'node_modules/flexboxgrid/css/',
'node_modules/normalize.css/'
]
}
}
},
npm: {
enabled: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment