Skip to content

Gulp.js NuGet Package for Visual Studio. Gulp.js is a Node.js-based streaming build system for client-side code (HTML, LESS, SASS, JSX...); it's a newer promising alternative to Grunt.js

License

Notifications You must be signed in to change notification settings

koistya/nuget-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gulp.js NuGet Package for Visual Studio. Gulp.js is a Node.js-based streaming build system for client-side code (HTML, LESS, SASS, JSX...); it's a newer promising alternative to Grunt.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages