Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

goodeggs-assets-cli

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goodeggs-assets-cli

CLI tool for goodeggs-assets

  • 1.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 25 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc