Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yochannah/homologue-displayer
https://github.com/yochannah/homologue-displayer
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yochannah/homologue-displayer
- Owner: yochannah
- License: other
- Created: 2015-08-13T14:20:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T15:37:29.000Z (over 9 years ago)
- Last Synced: 2024-10-12T10:13:02.811Z (3 months ago)
- Language: JavaScript
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Starter recipe for building with:* gulp
* browserify / watchify
* less
* html/text templates using gulp-stringifyAnd live-reloading pages served via browsersync.
### Running the project
If you want to modify the script and let Browsersync live-reload your changes, run:
$ gulp dev
If you just want a one-off build, gulp's default task will do it:
$ gulp
Both tasks will compile your less (make sure to prefix partials with `_`, e.g. `_button.less`) and bundle up your js, then move it to the dist folder.
#### Testing
Run `$ mocha` (to run the suite once) or `$ mocha --watch` (to re-test when you make changes).