Skip to content

Instantly share code, notes, and snippets.

@commadelimited
Last active January 17, 2016 20:33
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
grunt-multi-task-order.js
concat: {
options: {
// separator: ''
},
colors: {
options: {
banner: 'var colors = ',
footer: ';'
},
files: {
'src/emmasocial/assets/css/sass/global-colors.js': [
'src/emmasocial/assets/css/sass/global-color-vars.json'
]
}
},
dist: {
files: {
'src/emmasocial/assets/css/sass/application.js': [
'src/emmasocial/assets/css/sass/global-colors.js'
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment