Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugogo/hull-dashboard
https://github.com/ugogo/hull-dashboard
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ugogo/hull-dashboard
- Owner: ugogo
- Created: 2014-09-03T16:34:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T13:46:29.000Z (about 10 years ago)
- Last Synced: 2024-04-17T18:19:32.487Z (7 months ago)
- Language: CSS
- Size: 629 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Hull dashboard
###Demo
http://onaliugo.github.io/hull-dashboard/###Dev tasks
- **Jade,** for HTML files
- **Sass and Autoprefixer,** for CSS files
- **JSHint,** for JS files
- **Browser-sync,** for generating a local server-
Generate files, watch them and launch a local server
```
$ gulp
```-
###Build tasks
- **Minify** HTML/CSS/JS/images files
- **Gh-pages,** for deploying on GitHub Pages-
Build files
```
$ gulp build
```
-
Deploy
```
$ gulp deploy
```