1.4.2 • Published 5 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.server
Include 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
5 years ago
1.4.1
5 years ago
1.4.0
5 years ago
1.3.10
5 years ago
1.3.9
5 years ago
1.3.11
5 years ago
1.3.8
5 years ago
1.3.7
5 years ago
1.3.6
5 years ago
1.3.3
5 years ago
1.3.2
5 years ago
1.3.1
5 years ago
1.3.0
5 years ago
1.2.0
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.2
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago