Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/editorconfig/live-demo
Work in progress: EditorConfig in-browser live demo
https://github.com/editorconfig/live-demo
Last synced: about 1 month ago
JSON representation
Work in progress: EditorConfig in-browser live demo
- Host: GitHub
- URL: https://github.com/editorconfig/live-demo
- Owner: editorconfig
- License: mit
- Created: 2013-05-22T01:29:23.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-06-12T05:19:44.000Z (over 2 years ago)
- Last Synced: 2024-06-14T00:21:02.573Z (6 months ago)
- Language: JavaScript
- Homepage: http://editorconfig.org/live-demo
- Size: 172 KB
- Stars: 13
- Watchers: 15
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EditorConfig Live Demo
======================An in-browser demo of EditorConfig.
Once completed this will use the [EditorConfig JavaScript library][js].
[Node.js][] and [grunt-cli][] are required to modify the CSS or JavaScript.
Development
-----------First install the dependencies using npm:
npm install
Everytime you change the SCSS or JavaScript files you will need to rebuild the minified JavaScript and CSS. Use build the site:
grunt build
To rebuild the site every time you make a change to a file run the watch daemon:
grunt dev
[js]: https://github.com/editorconfig/editorconfig-core-js
[node.js]: http://nodejs.org/
[grunt-cli]: http://gruntjs.com/getting-started#installing-the-cli