Skip to content

Commit

Permalink
Start with gulp and add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
goteamtim committed Mar 4, 2017
1 parent e6583b1 commit 2df47f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
5 changes: 5 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var gulp = require('./node_modules/gulp');

gulp('test',function(){
console.log("Testing working.")
})
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"bugs": {
"url": "https://github.com/goteamtim/HueHackerHelper/issues"
},
"homepage": "https://github.com/goteamtim/HueHackerHelper#readme"
"homepage": "https://github.com/goteamtim/HueHackerHelper#readme",
"devDependencies": {
"gulp": "^3.9.1"
}
}

0 comments on commit 2df47f4

Please sign in to comment.