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
requireJS optimizer does dependency ordering and concatenates to a single file in srcCompiled/app/app.js
the require.js optimizer can produce minified and source mapped files, but I haven't taken the time to figure out require.js in the app. a possible solution though.
on optimze complete amdClean removes all amd boiler plate and moves the app.js file to the www folder for single script inclusion in index.html
The text was updated successfully, but these errors were encountered:
having trouble configuring amdClean to produce source maps. The tool chain currently works as follows:
The text was updated successfully, but these errors were encountered: