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
Has anyone had any experience integrating basket into an angular app?
Currently I am using bower and grunt to configure my build of the app. When I run a build for my app the grunt module use a Gruntfile to go through a series of tasks that take all the JS files concatenates, minifies, and add a cache buster file name.
Now I do not have an experience with Basket.js but I think it would be great to use in my project and was wondering if anyone had an experience with this already?
Or have an idea of how I can integrate basket into the grunt build process.
The text was updated successfully, but these errors were encountered:
^ goes in the page head, and you have to remove the ng-app directive from w/e you currently have it.
Other than having to manually bootstrap angular, the two libraries don't affect each other.
EDIT: You could also just give it a unique file name (which is what it sounds like you are doing), but then it would keep multiple versions of the script in localStorage until each one expires instead of replacing the old version with the new version.
Has anyone had any experience integrating basket into an angular app?
Currently I am using bower and grunt to configure my build of the app. When I run a build for my app the grunt module use a Gruntfile to go through a series of tasks that take all the JS files concatenates, minifies, and add a cache buster file name.
Now I do not have an experience with Basket.js but I think it would be great to use in my project and was wondering if anyone had an experience with this already?
Or have an idea of how I can integrate basket into the grunt build process.
The text was updated successfully, but these errors were encountered: