Skip to content

Commit

Permalink
Remove Gulp for Babel Script
Browse files Browse the repository at this point in the history
  • Loading branch information
casesandberg committed Mar 5, 2017
1 parent 119c87e commit 970f83f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
14 changes: 0 additions & 14 deletions gulp/config.js

This file was deleted.

21 changes: 0 additions & 21 deletions gulp/tasks/javascript.js

This file was deleted.

2 changes: 0 additions & 2 deletions gulpfile.js

This file was deleted.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"author": "case <case@casesandberg.com>",
"main": "lib/index.js",
"scripts": {
"lib": "gulp js:dist",
"clean": "rm -rf lib && mkdir lib",
"lib": "npm run clean && babel src -d lib",
"test": "npm run unit-test",
"unit-test": "mocha test/** --compilers js:babel-register",
"tdd": "mocha test/** --compilers js:babel-register --watch",
Expand Down Expand Up @@ -42,14 +43,6 @@
"babel-register": "^6.9.0",
"chai": "^2.2.0",
"css-loader": "^0.14.5",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.1",
"gulp-cjsx": "^3.0.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-mocha": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gutil": "^1.6.4",
"highlight.js": "^8.6.0",
"html-loader": "^0.3.0",
"install": "^0.4.0",
Expand Down

0 comments on commit 970f83f

Please sign in to comment.