1.1.0 • Published 7 years ago

ezel-assets v1.1.0

Weekly downloads
59
License
-
Repository
github
Last release
7 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

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago