Skip to content

Instantly share code, notes, and snippets.

@fastfrwrd
Created January 17, 2014 21:42
Show Gist options
  • Save fastfrwrd/8482256 to your computer and use it in GitHub Desktop.
Save fastfrwrd/8482256 to your computer and use it in GitHub Desktop.
eventual build.json type setup that prevent everyone from having to edit compilejs.py all the time
{
"bower": {
"qwery" : "pwm/js/lib/qwery.js",
"angular:1.2.4": "pwm/js/lib/angular.js"
},
"fonts": {
"proxima": "pwm/css/fonts/proxima"
},
"requirejs": {
"pwm.build.js": "pwm/js/app-build.js"
},
"sass": {
"pwm.scss": "pwm/css/pwm.css"
},
"templates": {
"pwm/index.html.tpl": "pwm/index.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment