Skip to content

Commit

Permalink
feat(gulp): add gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
janteuni committed Apr 3, 2015
1 parent 4d7366e commit 7c6ac80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
var gulp = require('gulp');

gulp.task('default', function() {
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"homepage": "https://github.com/janteuni/sushicons",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-iconfont": "^1.0.0"
}
}

0 comments on commit 7c6ac80

Please sign in to comment.