1.4.2 • Published 4 years ago

gulp-allinone-server v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.11

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago