Skip to content

Commit 38668c2

Browse files
author
Callan Peter Milne
committed
Added jscompile task to gulpfile
1 parent bb3a805 commit 38668c2

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

dist/app.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>Foo</h1>

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const TASKS = [
2626
'dist',
2727
'unit',
2828
'csscompile',
29+
'jscompile',
2930
];
3031

3132
/**

0 commit comments

Comments
 (0)