Skip to content

Clean up browserify task, remove unused 'debugMode.js' script#25211

Merged
rbuckton merged 1 commit intomasterfrom
gulpBrowserify
Jun 25, 2018
Merged

Clean up browserify task, remove unused 'debugMode.js' script#25211
rbuckton merged 1 commit intomasterfrom
gulpBrowserify

Conversation

@rbuckton
Copy link
Copy Markdown
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
Copy Markdown
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).

"extends": "../tsconfig-base",
"compilerOptions": {
"outFile": "../../lib/tsc.js",
"outFile": "../../built/local/tsc.release.js",
Copy link
Copy Markdown
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
Copy Markdown
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
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants