Skip to content

Commit a59fe11

Browse files
committed
Add gulp configuration file
This configuration file contains only paths to release and source folders
1 parent a282e4b commit a59fe11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gulp.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"release": "./release/",
3+
"source" : [
4+
"./src/**/*.js"
5+
]
6+
}

0 commit comments

Comments
 (0)