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
www/assets/index.html has two dependencies that are included as script tags: jasmine-2.4.1 + topcoat-0.7.5. Both are included as folders directly in www/assets.
Would it make sense to turn that into a JS npm project with a package.json and a checked in node_modules folder?
Or do we just keep it this way, because it works right now?
The text was updated successfully, but these errors were encountered:
www/assets/index.html
has two dependencies that are included as script tags: jasmine-2.4.1 + topcoat-0.7.5. Both are included as folders directly inwww/assets
.Would it make sense to turn that into a JS npm project with a
package.json
and a checked innode_modules
folder?Or do we just keep it this way, because it works right now?
The text was updated successfully, but these errors were encountered: