Comparing version 4.0.1 to 4.0.3
@@ -15,6 +15,6 @@ // Site-specific Gulp tasks | ||
gulp.task('watch', ['rework', 'site-rework', 'sassify', 'render'], function() { | ||
gulp.task('watch', ['basswork', 'site-basswork', 'sassify', 'render'], function() { | ||
gulp.watch( | ||
['./docs/templates/**/*.html', 'docs/partials/**/*', 'docs/examples/**/*', './docs/css/src/**/*', './src/**/*.css', './basscss-base/**/*', './basscss-utilities/**/*', './basscss-grid/**/*'], | ||
['rework', 'site-rework', 'sassify', 'render', 'reload'] | ||
['basswork', 'site-basswork', 'sassify', 'render', 'reload'] | ||
); | ||
@@ -32,7 +32,5 @@ }); | ||
// Site stylesheet | ||
gulp.task('site-rework', function() { | ||
gulp.task('site-basswork', function() { | ||
gulp.src('./docs/css/src/index.css') | ||
.pipe(basswork()) | ||
//.pipe(rework( rnpm(), media(), vars(), colors(), calc )) | ||
//.pipe(autoprefixer()) | ||
.pipe(mincss()) | ||
@@ -48,2 +46,3 @@ .pipe(rename('base.min.css')) | ||
var pygmentize = require('./pygmentize'); | ||
var glossary = require('./css-glossary'); | ||
@@ -56,5 +55,5 @@ gulp.task('render', function() { | ||
.pipe(nav()) | ||
.pipe(glossary({ css: './basscss.css' })) | ||
.pipe(gulp.dest('./')); | ||
}); | ||
@@ -7,2 +7,3 @@ | ||
var gzip = require('gulp-gzip'); | ||
var header = require('gulp-header'); | ||
@@ -14,7 +15,13 @@ // Custom Rework wrapper | ||
gulp.task('default', ['rework']); | ||
gulp.task('default', ['basswork', 'sassify']); | ||
gulp.task('rework', function() { | ||
gulp.task('basswork', function() { | ||
var data = require('./package.json'); | ||
var meta = '/*\n\n' + | ||
' Basscss v' + data.version + '\n\n' + | ||
' ' + data.description + '\n' + | ||
' http://basscss.com' + '\n\n*/\n\n'; | ||
gulp.src('./src/*.css') | ||
.pipe(basswork()) | ||
.pipe(header(meta)) | ||
.pipe(gulp.dest('.')) | ||
@@ -28,2 +35,5 @@ .pipe(mincss()) | ||
gulp.task('version', function() { | ||
}); | ||
// Create Sass partials | ||
@@ -30,0 +40,0 @@ gulp.task('sassify', function() { |
{ | ||
"name": "basscss", | ||
"version": "4.0.1", | ||
"version": "4.0.3", | ||
"description": "Low-level CSS toolkit", | ||
@@ -44,3 +44,6 @@ "style": "src/basscss.css", | ||
"gulp-basswork": "latest", | ||
"basswork": "latest" | ||
"basswork": "latest", | ||
"gulp-header": "^1.1.1", | ||
"css": "^2.1.0", | ||
"mustache": "^0.8.2" | ||
}, | ||
@@ -47,0 +50,0 @@ "scripts": { |
@@ -21,3 +21,18 @@ # Basscss | ||
## Getting Started | ||
Download or install Basscss from one of these sources: | ||
``` | ||
git clone https://github.com/jxnblk/basscss.git | ||
``` | ||
``` | ||
npm install basscss | ||
``` | ||
``` | ||
bower install basscss | ||
``` | ||
## Documentation | ||
@@ -24,0 +39,0 @@ View the full documentation with inline examples at: |
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
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
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
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
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
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
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
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
610174
134
2072
52
18
7