Skip to content

Commit

Permalink
outsourced generator and added 3 new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrischmann committed Jan 28, 2017
1 parent bbe4cfb commit 9f641d3
Show file tree
Hide file tree
Showing 72 changed files with 3,378 additions and 999 deletions.
9 changes: 6 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
lib/**/*
static/**/*
dynamic/**/*
generator/**/*
utils/**/*
coverage/**/*
modules/dynamic/prefixProps.js
modules/static/prefixProps.js
modules/dynamic/propertyPrefixMap.js
modules/static/propertyPrefixMap.js
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ Thumbs.db
*.sw?
*.vi

/lib
/static
/dynamic
/utils
/generator
node_modules/
npm-debug.log
coverage
/modules/dynamic/prefixPropertyMap.js
/modules/static/prefixPropertyMap.js
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "5"
script:
- npm test
- npm run check
addons:
code_climate:
repo_token: 5940bda1e073ebbb48c7e1e1fce02d627515c8c5e76915fa08dcccbfbee67f98
Expand Down
2 changes: 1 addition & 1 deletion benchmark/dynamic/cases/300-dynamic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Prefixer from '../../packages/300/dynamic/Prefixer'
import Prefixer from '../../packages/300/dynamic'

const CHROME45 = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36'

Expand Down
217 changes: 0 additions & 217 deletions benchmark/packages/300/dynamic/Prefixer.js

This file was deleted.

Loading

0 comments on commit 9f641d3

Please sign in to comment.