Comparing version 4.1.4 to 4.1.5
{ | ||
"name": "basscss", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"homepage": "https://github.com/jxnblk/basscss", | ||
@@ -5,0 +5,0 @@ "authors": [ |
# Page Layout | ||
A guide to page layout with Basscss | ||
- Media Object | ||
- Floats | ||
- Grid | ||
- Table Object | ||
## Hero Banner | ||
@@ -5,0 +10,0 @@ ## Mega Footer |
@@ -8,2 +8,3 @@ | ||
var bump = require('gulp-bump'); | ||
var s3 = require('gulp-s3'); | ||
@@ -39,4 +40,13 @@ // Custom Rework wrapper | ||
gulp.task('s3', function() { | ||
var version = require('./package.json').version; | ||
var config = require('./aws.json'); | ||
gulp.src('./css/*.gz') | ||
.pipe(s3(config, { | ||
uploadPath: 'basscss/' + version + '/' | ||
})); | ||
}); | ||
// Site-specific tasks | ||
require('./gulp/docs-tasks'); | ||
require('./tasks/docs'); | ||
{ | ||
"name": "basscss", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "Low-level CSS toolkit", | ||
@@ -43,8 +43,9 @@ "style": "src/basscss.css", | ||
"gulp-webserver": "^0.8.3", | ||
"pygmentize-bundled": "^2.1.1", | ||
"swig": "^1.4.2", | ||
"through2": "^0.6.1", | ||
"grunt": "^0.4.5", | ||
"gulp-bump": "^0.1.11", | ||
"svg-to-png": "^0.6.0" | ||
"svg-to-png": "^0.6.0", | ||
"swig-highlight": "^0.2.0", | ||
"flex-object": "0.0.4", | ||
"css-statistics": "0.0.21", | ||
"gulp-s3": "^0.3.0" | ||
}, | ||
@@ -51,0 +52,0 @@ "scripts": { |
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
904633
223
1841
19
5