gulp-order : The gulp plugin `gulp-order` allows you to reorder a stream of files using the same syntax as of `gulp.src`.. You can installing gulp-order 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 gulp-order $ sudo npm install -g gulp-order
If want to update the gulp-order package execute the command as below,
$ sudo npm update gulp-order
Update package globally,
$ npm install -g gulp-order
$ sudo git clone https://github.com/rektide/gulp-order.git
$ sudo npm install -g ./gulp-order
gulp-order@1.1.1 /usr/lib/node_modules/gulp-order
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-order
| Package Name | gulp-order |
| Version | 1.1.1 |
| Description | The gulp plugin `gulp-order` allows you to reorder a stream of files using the same syntax as of `gulp.src`. |
| Released Date | 2014-06-10T16:00:52.627Z |
| Published by | sirlantis |
| How to Learn | https://www.npmjs.com/package/gulp-order/tutorial |