Skip to content

Instantly share code, notes, and snippets.

@liamhiggins22
Created February 4, 2018 04:12
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 liamhiggins22/d5eff8bef2756b3b9a269a05271e6a01 to your computer and use it in GitHub Desktop.
Save liamhiggins22/d5eff8bef2756b3b9a269a05271e6a01 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
},
"customizer.js": {
"files": [
"scripts/customizer.js"
]
},
"popper.js": {
"bower": ["popper.js"]
},
"jquery.js": {
"bower": ["jquery"]
}
},
"config": {
"devUrl": "http://example.localhost"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment