An open API service indexing awesome lists of open source software.

https://github.com/danielmackay/vs2015gulp

Demo of how to get Gulp working with Visual Studio 2015 Preview
https://github.com/danielmackay/vs2015gulp

Last synced: 25 days ago
JSON representation

Demo of how to get Gulp working with Visual Studio 2015 Preview

Awesome Lists containing this project

README

          

VS2015Gulp
==========

Demo of how to get Gulp working with Visual Studio 2015 Preview.

Tasks set up:
- Clean output dir
- Lint JS
- Bundle and minify JS
- Bundle and minify Less

**Note**: for this to work you must have first installed gulp with:

npm install -g gulp