Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 18b0830

Browse files
committed
remove undefined env task
1 parent c12821a commit 18b0830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ gulp.task("watch", function() {
148148
gulp.watch(mainBowerFiles().concat([paths.js, "./viewJS/**"]),["lint", "uglify"]);
149149
console.log("watching directory:", paths.js);
150150

151-
gulp.watch("./templates/**", ["set-env","templates, templates:holos"]);
151+
gulp.watch("./templates/**", ["templates, templates:holos"]);
152152
console.log("watching directory:", paths.templates);
153153

154154
gulp.start("webserver");

0 commit comments

Comments
 (0)