We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275e604 commit 04cf291Copy full SHA for 04cf291
gulp/util.js
@@ -54,7 +54,7 @@ function buildJs () {
54
.pipe(concat('angular-material.js'))
55
.pipe(BUILD_MODE.transform())
56
.pipe(insert.prepend(config.banner))
57
- .pipe(insert.append('window.ngMaterial={version:{full: "' + VERSION +'"}}'))
+ .pipe(insert.append('window.ngMaterial={version:{full: "' + VERSION +'"}};'))
58
.pipe(gulp.dest(config.outputDir))
59
.pipe(gulpif(!IS_DEV, uglify({ preserveComments: 'some' })))
60
.pipe(rename({ extname: '.min.js' }))
0 commit comments