Skip to content

Commit 769439c

Browse files
author
benholloway
committed
remove debug code
1 parent 3e89738 commit 769439c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/javascript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ function setUpTaskJavascript(context) {
221221
function getTransforms(isMinify) {
222222
return [
223223
babelify.configure({ ignore: /(?!)/ }), // convert any es6 to es5 (degenerate regex)
224-
require('browserify-debug-tools').dumpToFile(),
225224
stringify({ minify: false }), // allow import of html to a string
226225
ngInject(), // annotate dependencies for angularjs
227226
isMinify && esmangleify() // minify

0 commit comments

Comments
 (0)