https://github.com/orbitbot/skeleton-skeleton
A Gulp/LESS toolchain for Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
https://github.com/orbitbot/skeleton-skeleton
Last synced: 4 months ago
JSON representation
A Gulp/LESS toolchain for Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
- Host: GitHub
- URL: https://github.com/orbitbot/skeleton-skeleton
- Owner: orbitbot
- License: other
- Created: 2015-01-02T21:47:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T20:28:28.000Z (over 11 years ago)
- Last Synced: 2025-12-21T10:49:10.816Z (6 months ago)
- Language: CSS
- Homepage: https://orbitbot.github.io/Skeleton-skeleton/
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Skeleton-skeleton
=================
A Gulp/LESS toolchain for Skeleton: _A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development_
The Skeleton-skeleton is based on:
- **[Skeleton](http://getskeleton.com)**
Check out for documentation and details.
- **[Skeleton on LESS](https://github.com/whatsnewsaes/Skeleton-less)**
Skeleton built with LESS for easier replacement of grid, color, and media queries.
### Why it's awesome
Skeleton is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.
- Minified, it's less than a kb
- It's a starting point, not a UI framework
### Get started
You'll need [node.js](http://nodejs.org/) and [gulp](http://gulpjs.com/) installed.
Then do
```bash
$ git clone https://github.com/orbitbot/Skeleton-skeleton.git
$ npm install
$ gulp
```
... and open [http://localhost:8080](http://localhost:8080) in a browser. Edit the source index.html file and the Skeleton LESS, Gulp & BrowserSync will update your browser page automagically on file save. Mix in whatever else you need to flesh out your site. It's still just a starting point, but this time with a toolchain bolted on for speedy developing.
Use the provided ```gulp minify``` task to minfiy your distribution CSS.
## License
All parts of Skeleton & the Skeleton-skeleton are free to use and abuse under the [open-source MIT license](http://opensource.org/licenses/mit-license.php).
## Acknowledgement
Skeleton was created by [Dave Gamache](https://twitter.com/dhg) for a better web.
Skeleton-LESS was created by [@whatsnewsaes](https://github.com/whatsnewsaes)