ember-cli-node-assets : Include CSS, images and other assets in your app or addon directly from node modules. You can installing ember-cli-node-assets npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ember-cli-node-assets $ sudo npm install -g ember-cli-node-assets
If want to update the ember-cli-node-assets package execute the command as below,
$ sudo npm update ember-cli-node-assets
Update package globally,
$ npm install -g ember-cli-node-assets
$ sudo git clone https://github.com/rektide/ember-cli-node-assets.git
$ sudo npm install -g ./ember-cli-node-assets
ember-cli-node-assets@0.2.2 /usr/lib/node_modules/ember-cli-node-assets
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ember-cli-node-assets
Package Name | ember-cli-node-assets |
Version | 0.2.2 |
Description | Include CSS, images and other assets in your app or addon directly from node modules |
Released Date | 2017-03-21T20:00:21.509Z |
Published by | dfreeman |
How to Learn | https://www.npmjs.com/package/ember-cli-node-assets/tutorial |