1.1.0 • Published 8 years ago

ezel-assets v1.1.0

Weekly downloads
59
License
-
Repository
github
Last release
8 years ago

ezel-assets

A convention over config CLI to take a folder of stylus & browserify files, iterate through them running transforms, minification, gzip, and spit them out to another folder. Used as a task in production deploys at Artsy, but maybe useful outside of that as well. Uses your app's dependencies so make sure to specify "browserify":"*", "stylus":"*" in your package.json.

Example

ezel-assets assets/ public/assets/ caching-coffeeify,uglifyify,jadeify,coffeeify deamdify

Or just assuming the defaults above

ezel-assets

Dependencies

To keep things consistent ezel-assets uses your app's dependencies. It's recommended to have the following dependencies installed.

  • stylus
  • sqwish
  • browserify
  • uglififiy
  • Any other browserify transforms necessary to your app.

Todos

  • Optimize settings in dev/test to make assets build faster for integration testing

Contributing

Please fork the project and submit a pull request with tests. Install node modules npm install and run tests with npm test.

License

MIT

1.1.0

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago