goodeggs-assets-cli

3.0.1 • Public • Published

goodeggs-assets-cli

CLI tool for goodeggs-assets

build status npm version mit license we're hiring

Usage

$ npm install --save-dev goodeggs-assets-cli
$ goodeggs-assets init    # => generates Assetsfile.coffee 
$ goodeggs-assets         # => /public/build contains your development assets (un-minified, un-versioned, inline sourcemaps) 
# code code code 
$ goodeggs-assets --prod  # => /build contains your production (minified, versioned, distributed, no sourcemaps) assets and manifest 
$ goodeggs-assets rollbar # => upload your sourcemaps to Rollbar 

You can also require goodeggs-assets-cli/devtool from your task runner to automatically start, stop and log the goodeggs-assets process. For example:

gulp.task 'default'->
  assetsDevtool = require 'goodeggs-assets-cli/devtool'
  nodemon = require 'gulp-nodemon'
  assetsDevtool.run()
  nodemon # snip... 

Contributing

$ git clone https://github.com/goodeggs/goodeggs-assets-cli && cd goodeggs-assets-cli
$ npm install
$ npm test

Module scaffold generated by generator-goodeggs-npm.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.1
    4
    • latest

Version History

Package Sidebar

Install

npm i goodeggs-assets-cli

Weekly Downloads

4

Version

3.0.1

License

MIT

Unpacked Size

19 kB

Total Files

22

Last publish

Collaborators

  • goodeggs-admin
  • bobzoller