Personally, I use only NPM for FE dependencies and I have the node_modules folder in the same directory as the site but I make sure it is excluded from the project itself and ignored in .gitignore. The package.json file is also excluded from the project.
Bower with Umbraco
Hi,
Im looking to integrate a UI framework (gumby) with Umbraco 7.
Gumby uses Bower for package management with their own Bower based install tool Claymate.
Is there any best practices for placing Bower within an Umbraco site?
Where's best to place the bower_components folder?
Or what would be the best workflow for developing a UI framework with Umbraco
Thanks
Martin
Any joy with this, i am looking to do the same?
And I
And I
And I
Personally, I use only NPM for FE dependencies and I have the node_modules folder in the same directory as the site but I make sure it is excluded from the project itself and ignored in .gitignore. The package.json file is also excluded from the project.
The same would apply to bower.
Thanks
By the way, I don't know much about Gumby but I hope you guys know that is has been retired now?
https://gumbyframework.com/
Thanks
is working on a reply...