Gulp.js

The JavaScript streaming build system for client-side code (HTML, LESS, SASS, JSX...). Gulp.js is a newer promising alternative to Grunt.js.


Keywords
grunt, npm, gulp, grunt.js, node.js, javascript, nodejs, gulpjs, less, jsx, sass, gulp.js
License
MIT
Install
Install-Package Gulp.js -Version 1.0.2

Documentation

Gulp.js NuGet Package   Tips

This NuGet package allows you to add Gulp.js support to your Visual Studio projects.

https://www.nuget.org/packages/Gulp.js

How to Install

nuget.exe install gulp.js

or via NuGet Package Manager Console:

Install-Package gulp.js

Getting Started

Just install the package using NuGet as shown above and you can start using it inside the Package Manager Console. Make sure that the current directory is changed to your project's folder and you can run Gulp.js commands just as you would expect (e.g. "gulp build --production" etc.).

For more information on how to configure Gulp.js build system, please visit: http://gulpjs.com

Support

Found an issue, have a comment or feature suggestion? Leave it here:

https://github.com/koistya/nuget-gulp/issues

Contributions of any kind are welcome!

Credits

Brought to you by Konstantin Tarkus (@koistya).

License

This project is licensed under the MIT License (MIT). Refer to LICENSE.txt for more information.