Skip to content

Commit

Permalink
add ./rework.js stand-alone build
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 1, 2013
1 parent 35abd25 commit 4f6320e
Show file tree
Hide file tree
Showing 6 changed files with 2,134 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules
.DS_Store
testing
components
2 changes: 2 additions & 0 deletions .npmignore
@@ -1,4 +1,6 @@
components
support
test
examples
rework.js
*.sock
5 changes: 4 additions & 1 deletion Makefile
@@ -1,7 +1,10 @@

rework.js:
component build --standalone rework --out . --name rework

test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec

.PHONY: test
.PHONY: test
4 changes: 3 additions & 1 deletion Readme.md
Expand Up @@ -11,10 +11,12 @@ with node:

$ npm install rework

or in the browser:
or in the browser with component:

$ component install visionmedia/rework

or in the browser with the stand-alone build ./rework.js referencing the `rework` global.

## Links

- [rework mixins](https://github.com/visionmedia/rework-mixins)
Expand Down
2 changes: 2 additions & 0 deletions component.json
Expand Up @@ -13,6 +13,7 @@
"index.js",
"lib/rework.js",
"lib/utils.js",
"lib/visit.js",
"lib/plugins/url.js",
"lib/plugins/vars.js",
"lib/plugins/ease.js",
Expand All @@ -21,6 +22,7 @@
"lib/plugins/extend.js",
"lib/plugins/mixin.js",
"lib/plugins/keyframes.js",
"lib/plugins/references.js",
"lib/plugins/opacity.js",
"lib/plugins/prefix-selectors.js",
"lib/plugins/prefix-value.js",
Expand Down

0 comments on commit 4f6320e

Please sign in to comment.