Skip to content

Commit

Permalink
CoffeeScript + Blade → JavaScript + Babel + Rollup + Karma
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
javan committed Nov 5, 2018
1 parent 9d823e0 commit 1d17534
Show file tree
Hide file tree
Showing 24 changed files with 4,664 additions and 523 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"loose": true
}
]
]
}
28 changes: 0 additions & 28 deletions .blade.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules/
test/dist/
tmp/
*.log
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: ruby
cache: bundler
branches:
only:
- master
language: node_js
node_js:
- "10"
cache: yarn
env:
global:
- SAUCE_USERNAME=details-polyfill
- SAUCE_ACCESS_KEY=e1ee8b87-18e1-4ab4-b547-d716a485498b
script: bin/blade ci
9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

109 changes: 0 additions & 109 deletions Gemfile.lock

This file was deleted.

17 changes: 0 additions & 17 deletions bin/blade

This file was deleted.

3 comments on commit 1d17534

@javan
Copy link
Owner Author

@javan javan commented on 1d17534 Nov 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @muan (in case you work on this again)

@muan
Copy link
Collaborator

@muan muan commented on 1d17534 Nov 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@paulirish
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow nice.

Please sign in to comment.