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
- Host: GitHub
- URL: https://github.com/danielmackay/vs2015gulp
- Owner: danielmackay
- Created: 2014-11-17T09:49:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T10:24:16.000Z (over 11 years ago)
- Last Synced: 2023-08-01T23:05:19.691Z (almost 3 years ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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