improved gulpfile

This commit is contained in:
Kevin Jahns
2015-06-16 14:36:00 +02:00
parent 159f37474d
commit f99853529e
12 changed files with 117 additions and 71 deletions

10
.jshintrc Normal file
View File

@@ -0,0 +1,10 @@
{
"node": true,
"curly": true,
"latedef": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true
}