Closed rickyclegg closed 7 years ago
The main property in the bower.json is incorrect. So tools like wiredep do not work correctly with it.
It needs to be "main": "dist/impetus.js".
"main": "dist/impetus.js"
You can work around this with bower overrides.
This is a great utility I really like it.
+1
The main property in the bower.json is incorrect. So tools like wiredep do not work correctly with it.
It needs to be
"main": "dist/impetus.js"
.You can work around this with bower overrides.
This is a great utility I really like it.