Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Cloud9 Grunt livereload with static files + sass

License

Notifications You must be signed in to change notification settings

cloud9ide/livereload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud9 Grunt livereload with static files + sass

An example of using Grunt to serve your site with live compiling and reloading of your sass/js/html files. It also works out of the box on Cloud9.

The static files are served from port 8080 and livereload runs on port 8081. Workspaces also have port 8082 open if you need it for other purposes.

Usage

Click here to clone this repository in Cloud9

Then in the terminal run:

> npm install
> npm start 

Click Preview -> Preview running application in Cloud9

Then modify the style.scss, script.js or index.html files and watch it compile and apply the changes to your page in real time!

About

Cloud9 Grunt livereload with static files + sass

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published