Skip to content

Commit

Permalink
chore: babelify rather than babel+pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Sep 3, 2016
1 parent 52b545f commit 913b801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .popper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ globals:
- <script src="https://cdn.polyfill.io/v1/polyfill.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/chai/3.0.0/chai.min.js"></script>

tests: (npm run build > /dev/null) && (babel test.js | browserify -
tests: (npm run build > /dev/null) && (browserify test.js
-t babelify
-i colors
-i chai
| sed -E "s/require\('chai'\)/window.chai/")
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"babel-cli": "*",
"babel-preset-es2015": "*",
"babelify": "^7.3.0",
"browserify": "*",
"chai": "*",
"coveralls": "*",
Expand All @@ -24,12 +25,12 @@
"mocha-lcov-reporter": "*",
"popper": "*",
"rijs.components": "*",
"rijs.precss": "*",
"rijs.needs": "*",
"rijs.data": "*",
"rijs.core": "*",
"rijs.css": "*",
"rijs.data": "*",
"rijs.fn": "*",
"rijs.needs": "*",
"rijs.precss": "*",
"rijs.shadow": "*",
"uglify-js": "*"
},
Expand Down

0 comments on commit 913b801

Please sign in to comment.