cloud-vanilla-theme
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -8,3 +8,3 @@ var gulp = require('gulp'), | ||
scsslint = require('gulp-scss-lint'), | ||
minifycss = require('gulp-minify-css'), | ||
cssnano = require('gulp-cssnano'), | ||
sassdoc = require('sassdoc'), | ||
@@ -51,3 +51,3 @@ util = require('util'); | ||
.pipe(rename({suffix: '.min'})) | ||
.pipe(minifycss()) | ||
.pipe(cssnano()) | ||
.pipe(gulp.dest('build/css/')); | ||
@@ -76,2 +76,2 @@ }); | ||
gulp.task('default', ['help']); | ||
gulp.task('default', ['help']); |
{ | ||
"name": "cloud-vanilla-theme", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "A Cloud flavoured theme for the wonderfully simple, extendable CSS framework.", | ||
@@ -66,9 +66,9 @@ "author": { | ||
"devDependencies": { | ||
"gulp": "3.8.11", | ||
"gulp-autoprefixer": "2.1.0", | ||
"gulp": "3.9", | ||
"gulp-autoprefixer": "3.1.0", | ||
"gulp-cache": "0.2.8", | ||
"gulp-minify-css": "1.0.0", | ||
"gulp-cssnano": "^2.1.0", | ||
"gulp-notify": "2.2.0", | ||
"gulp-rename": "1.2.0", | ||
"gulp-sass": "1.3.3", | ||
"gulp-sass": "2.1.1", | ||
"gulp-scss-lint": "0.1.10", | ||
@@ -79,4 +79,4 @@ "sassdoc": "2.1.7", | ||
"dependencies": { | ||
"vanilla-framework": "^0.0.55" | ||
"vanilla-framework": "^0.0.66" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # Cloud vanilla theme for Vanilla framework | ||
## Local usage | ||
## Installing | ||
@@ -25,2 +25,15 @@ Install the Node package into your project: | ||
## Development | ||
### Development dependencies | ||
- [NPM](https://www.npmjs.com) | ||
- [Gulp](http://gulpjs.com) | ||
``` bash | ||
npm install | ||
gulp build | ||
``` | ||
A demo of the theme and its elements is at ```/demo/index.html``` | ||
Code licensed [LGPLv3](http://opensource.org/licenses/lgpl-3.0.html) by [Canonical Ltd.](http://www.canonical.com/). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52125
64
38
+ Addedvanilla-framework@0.0.66(transitive)
- Removedvanilla-framework@0.0.55(transitive)
Updatedvanilla-framework@^0.0.66