Skip to content

Conversation

rbuckton
Copy link
Contributor

This cleans up our "browserify" build task in gulp and removes the dependency for the sorcery package. This also removes the now unused debugMode.js script and builds src/tsc/tsconfig.release.json in a build task in both the gulpfile and the jakefile.

Copy link
Member

@weswigham weswigham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good provided you've verified that the sourcemaps still work in runtests-browser (namely that they actually map back to the right files on disk).

@@ -1,7 +1,7 @@
{
"extends": "../tsconfig-base",
"compilerOptions": {
"outFile": "../../lib/tsc.js",
"outFile": "../../built/local/tsc.release.js",
Copy link
Member

@weswigham weswigham Jun 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...this was potentially building directly into lib? 😱

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep.

@rbuckton rbuckton merged commit bc3268b into master Jun 25, 2018
@rbuckton rbuckton deleted the gulpBrowserify branch June 25, 2018 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants