Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomhazledine/92pages
92 Pages: holding page v.0.01
https://github.com/tomhazledine/92pages
Last synced: about 2 months ago
JSON representation
92 Pages: holding page v.0.01
- Host: GitHub
- URL: https://github.com/tomhazledine/92pages
- Owner: tomhazledine
- Created: 2015-01-18T21:57:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T10:47:37.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T23:44:16.619Z (3 months ago)
- Language: JavaScript
- Size: 545 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 92 Pages
## Holding Page v.0.01
## Based on the amazing DWM all singing all dancing gulpfile starter kit
All changes to go through:
* @thomashazledine
* @enshrined###Install
Download repo and run the following from the directory:
```js
npm installgulp
```That should download all required dependencies and get you up and running!
### Usage
All work should be done inside the `uncompressed`folder. Everything inside this folder will be compressed/optimised and placed into the corresponding `assets` folder.
There are also a few standalone commands that can be run:
`gulp jslint`: This will run your javascript in the `js/custom` folder through a JS linter.
`gulp scsslint`: This will run your SCSS in the `scss` folder through a SCSS linter.