Skip to content

Instantly share code, notes, and snippets.

@austinpray
Created July 8, 2015 15:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinpray/9f11da29eeff1684431b to your computer and use it in GitHub Desktop.
Save austinpray/9f11da29eeff1684431b to your computer and use it in GitHub Desktop.
{
"dependencies":{
"main.js":{
"files":[
"scripts/main.js"
],
"main":true
},
"main.css":{
"files":[
"styles/main.scss"
],
"main":true
},
"editor-style.css":{
"files":[
"styles/editor-style.scss"
]
},
"images":{
"files":[
"assets/images/**/*",
"bower_components/swipebox/src/img/**/*"
],
"external":true
},
"jquery.js":{
"bower":[
"jquery"
]
},
"modernizr.js":{
"bower":[
"modernizr"
]
}
},
"config":{
"devUrl":"http://example.dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment