Gulp plugin to run a webserver (with LiveReload) Install npm can help us to install the plugin. PS C:\study\gulp> npm install --save-dev gulp-connect gulp-connect@ node_modules\gulp-connect ├── connect-livereload@ ├── event-stream@ (duplexer@, from@,…
一.介绍一下LiveReload: LiveReload monitors changes in the file system. As soon as you save a file, it is preprocessed as needed, and the browser is refreshed. Even cooler, when you change a CSS file or an image, the browser is updated instantly without re…
本课程来源与微软connect视频教程,Modern Web Tooling in Visual Studio 2015 本课程主要讲下当下流行的前端工具 bower和grunt 首先简单介绍下这俩货是干什么,然后再讲下在vs2015中怎么用 一.bower和grunt介绍 bower是twitter开源的一款web包(如bootstrap.jquery)管理,依托github上越来越多的开源web(html+css+js)项目,bower只需要github项目加一个配置文件就可以使用bower…