Version bump, release notes etc

This commit is contained in:
Nick Pack 2013-05-17 13:10:25 +01:00
parent 26b0b91551
commit 5a76c0c8c6
6 changed files with 11 additions and 5 deletions

View File

@ -14,6 +14,11 @@ Either clone this repository and drop in manually, or install from bower:
bower install --save Skeleton-SCSS
```
## Build status
The project is set up to build and run csslint on Travis:
Master: [![Build Status](https://travis-ci.org/nickpack/Skeleton-SCSS.png)](https://travis-ci.org/nickpack/Skeleton-SCSS)
Development: [![Build Status](https://travis-ci.org/nickpack/Skeleton-SCSS.png?branch=develop)](https://travis-ci.org/nickpack/Skeleton-SCSS)
## Building
I've added grunt configuration to the repository for those of you that use it.
@ -30,6 +35,7 @@ Then following that, from the root dir of this project, run `npm install` which
You should be good to go.
## Changelog
* May 17, 2013 - (v1.0.2) Travis CI build configuration, and minor refactor to remove as many of the warnings from CSSLint as was feasible to do - MAY CAUSE REGRESSIONS.
* May 17, 2013 - (v1.0.1) Added grunt build tools
* Apr 23, 2013 - (v1.0.0) Skeleton SCSS v1.0 - Additional variable conversions, changes based on feedback to the original project and bower submission.
* Jan 31, 2013 - Completed SCSS conversion of Skeleton 1.2.

View File

@ -1,6 +1,6 @@
{
"name": "Skeleton-SCSS",
"version": "1.0.1",
"version": "1.0.2",
"main": "css/skeleton.css",
"ignore": [
"**/.*",

2
css/skeleton.css vendored
View File

@ -1,5 +1,5 @@
/*
* Skeleton SCSS V1.0.1
* Skeleton SCSS V1.0.2
* Skeleton is Copyright 2011, Dave Gamache
*
* SCSS Conversion and Mixins by Nick Pack

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"name": "Skeleton-SCSS",
"title": "Skeleton SCSS",
"description": "Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/nickpack/Skeleton-SCSS",
"author": {
"name": "Nick Pack",

2
scss/skeleton.scss vendored
View File

@ -1,5 +1,5 @@
/*
* Skeleton SCSS V1.0.1
* Skeleton SCSS V1.0.2
* Skeleton is Copyright 2011, Dave Gamache
*
* SCSS Conversion and Mixins by Nick Pack