Skip to content

Commit 922bfbc

Browse files
committed
Remove gruff.
1 parent 191a2de commit 922bfbc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/AngularGettingStarted/gulpfile.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,3 @@ gulp.task("inject", ["min"], function () {
9494
.pipe(inject(minSources, { name: "min", ignorePath: project.webroot }))
9595
.pipe(gulp.dest("."));
9696
});
97-
/*
98-
gulp.task("inject:appJs", function () {
99-
// Our sorted angular JS
100-
gulp.src(paths.htmlInject, { base: "." })
101-
.pipe(inject(sources, { name: "app" }))
102-
.pipe(gulp.dest("."));
103-
});
104-
*/

0 commit comments

Comments
 (0)