You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was tryng to use forerunnerdb along with its angular bindings.
My project is based on the yeoman generator_angular app and using grunt for development and build.
The problem I found is that the grunt wiredep task doesn't add the fdb-angular.js file to the dependencies and so the app fails to build or start.
A quick fix that I found is to modify the bower.json file of forerunnerdb anche change this line: "main": "js/dist/fdb-all.js",
with this: "main": ["js/dist/fdb-all.js","js/dist/fdb-angular.js"],
I don't know how to manage this in a configurable way without touching the forerunner dependency files.
The text was updated successfully, but these errors were encountered:
I think that is a fairly reasonable thing to do. It's difficult to know what the end user will use ForerunnerDB for and perhaps we need two bower projects, one called forerunnerdb and one called forerunnerdb-angular so it can include the required files.
Hi,
I was tryng to use forerunnerdb along with its angular bindings.
My project is based on the yeoman generator_angular app and using grunt for development and build.
The problem I found is that the grunt wiredep task doesn't add the fdb-angular.js file to the dependencies and so the app fails to build or start.
A quick fix that I found is to modify the bower.json file of forerunnerdb anche change this line:
"main": "js/dist/fdb-all.js",
with this:
"main": ["js/dist/fdb-all.js","js/dist/fdb-angular.js"],
I don't know how to manage this in a configurable way without touching the forerunner dependency files.
The text was updated successfully, but these errors were encountered: