https://github.com/techwritescode/super-serve
Compiles Jade, Coffeescript, Less, SCSS, and Babel, from a source directory to a distribution directory.
https://github.com/techwritescode/super-serve
Last synced: 12 months ago
JSON representation
Compiles Jade, Coffeescript, Less, SCSS, and Babel, from a source directory to a distribution directory.
- Host: GitHub
- URL: https://github.com/techwritescode/super-serve
- Owner: techwritescode
- Created: 2016-04-08T14:02:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T12:47:05.000Z (about 10 years ago)
- Last Synced: 2025-06-29T22:44:27.018Z (12 months ago)
- Language: JavaScript
- Homepage: http://simonhochrein.github.io/super-serve
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUPER SERVE!!!
Compiles Jade, Coffeescript, Less, SCSS, and Babel, from a source directory to a distribution directory.
#### To install:
```
npm i -g super-serve
```
#### Create a directory called ```src``` then run:
```
super-serve
```
The ```super-serve``` command will compile anything in the ```src``` directory to the ```dist``` directory
Super Serve uses web sockets, keeping your browser in sync with any changes to your code.
Super Serve will compile after it detects a file change in the ```src``` directory.
For more options run ```super-serve -h```
#### Options:
```
-p, --port number
--host string
-h, --help
```
Super Serve listens to port 8080 by default.
Example with all options: ```super-serve -p 8081 --host YOUR_HOST_HERE```
Pull Requests are welcome http://github.com/simonhochrein/super-serve