Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shakyshane/generator-styleinjector
A Yeoman Generator for setting up Sass compiling, RequireJS compiling & live style-injecting (live-reload style)
https://github.com/shakyshane/generator-styleinjector
Last synced: about 2 months ago
JSON representation
A Yeoman Generator for setting up Sass compiling, RequireJS compiling & live style-injecting (live-reload style)
- Host: GitHub
- URL: https://github.com/shakyshane/generator-styleinjector
- Owner: shakyShane
- License: mit
- Created: 2013-08-01T22:02:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-01T22:06:06.000Z (over 11 years ago)
- Last Synced: 2024-04-14T07:49:48.034Z (9 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator-styleinjector
A live-reload alternative that works all the way back to IE7
*WARNING - NOT STABLE*
This is a 0.0.1 version of an idea I had to build a live-reload alternative that uses socket.io to enable support to old
versions of IE. It requires some manual steps and for some scripts to be added to your pages. Get it working though,
and you'll have style-injecting into a virtual machine/any computer on your network.Until I get this packaged up properly and tested across platforms, feel free to contact me and I'll help you get started.
## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator: `npm install -g generator-styleinjector`
- Run: `yo styleinjector`## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)