commit | 866c1f6ac92c31699f30271e680d09a518e58e3c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Jan 28 15:04:20 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Jan 28 15:04:20 2016 -0800 |
tree | 2d221f68d11068f54343cd755e345fb893af6b00 | |
parent | 67962ea4ce20078f57fb2356d026870926cd1db9 [diff] [blame] |
Added wiredep to automatically load bower deps in index.html
diff --git a/applications/subscriberPortal/.bowerrc b/applications/subscriberPortal/.bowerrc index bfd1e92..c256820 100644 --- a/applications/subscriberPortal/.bowerrc +++ b/applications/subscriberPortal/.bowerrc
@@ -1,3 +1,6 @@ { - "directory": "src/bower_components/" + "directory": "src/bower_components/", + "scripts": { + "postinstall": "./node_modules/wiredep/wiredep-cli.js --dependencies --src ./src/index.html" + } }