Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooling: No Source Maps #1

Open
jfspencer opened this issue Sep 14, 2015 · 0 comments
Open

Tooling: No Source Maps #1

jfspencer opened this issue Sep 14, 2015 · 0 comments

Comments

@jfspencer
Copy link
Member

having trouble configuring amdClean to produce source maps. The tool chain currently works as follows:

  • TypeScript Compiles unordered AMD module .js files
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant