1.4.2 • Published 6 years ago
gulp-allinone-server v1.4.2
Gulp AllinOne Live Server
This is a full Gulp live server, Sass processor and css minifier in one.
New in 1.1.4
Folders are auto-generated upon download from npm (Allegedly).
Usage
Install using
- 'npm init'
npx gulp-allinone-server
var gulpLiveServer = require("gulp-allinone-server");
Then to access them in another file:
var myFunction = require("./lib/file.js")
And then you can call each function by calling:
myFunctions.processHtml
myFunctions.processSass
myFunctions.watch
myFunctions.serverInclude this folder structure:
create a folder called 'src' that contains subfolders: 'html', 'js', 'sass' in root directory.
Root directory
- 'src' folder
- 'html' subfolder
- 'sass' subfolder
- 'js' subfolder
- gulpfile.js (placed outside of src in root directory)
1.4.2
6 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.10
6 years ago
1.3.9
6 years ago
1.3.11
6 years ago
1.3.8
6 years ago
1.3.7
6 years ago
1.3.6
6 years ago
1.3.3
6 years ago
1.3.2
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.2
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago