https://github.com/omardelarosa/client-side-boilerplate
boilerplate code for new client-side applications
https://github.com/omardelarosa/client-side-boilerplate
Last synced: 5 days ago
JSON representation
boilerplate code for new client-side applications
- Host: GitHub
- URL: https://github.com/omardelarosa/client-side-boilerplate
- Owner: omardelarosa
- Created: 2014-09-14T22:42:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T17:28:15.000Z (about 11 years ago)
- Last Synced: 2024-12-28T22:22:13.630Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# client side app boilerplate code
This is boilerplate code for easy, client-side application asset compilation.
## usage
### watched builds
```
gulp watch
```### build at once
```
gulp build
```## assumptions
- assets are all compiled using gulp
- assets are assumed to be in the ``/src`` directory.
- ``/src/js/index.js`` become s``/public/bundle.min.js``
- all .jade files in ``/src/templates/``` become ``/src/templates/{templatename}.js``
- all .scss files become ``/src/css/{stylesheetname}.css`` and the concat into ``/public/style.css``