tether-drop
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "tether-drop", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/HubSpot/drop", | ||
@@ -28,4 +28,4 @@ "authors": [ | ||
"dependencies": { | ||
"tether": "~0.7.1" | ||
"tether": "~0.7.2" | ||
} | ||
} |
@@ -8,5 +8,2 @@ # Contributing Guide | ||
- Gulp | ||
- _Ruby_ (to be deprecated) | ||
- _Sass gem_ (to be deprecated) | ||
- _Compass gem_ (to be deprecated) | ||
@@ -24,6 +21,2 @@ | ||
matches the one you moved in step 4. | ||
6. __NOTE__: Depending on your local version of Sass and Compass, you may end up | ||
with slightly different stylesheets. In most cases, the changes are | ||
equivalents and nothing to worry about. That said, we are planning on | ||
removing the Ruby dependencies to alleviate issues like this. | ||
@@ -30,0 +23,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! tether-drop 1.0.2 */ | ||
/*! tether-drop 1.0.3 */ | ||
@@ -3,0 +3,0 @@ (function(root, factory) { |
@@ -6,10 +6,10 @@ var del = require('del'); | ||
var filter = require('gulp-filter'); | ||
var sass = require('gulp-ruby-sass'); | ||
var header = require('gulp-header'); | ||
var prefixer = require('gulp-autoprefixer'); | ||
var rename = require('gulp-rename'); | ||
var uglify = require('gulp-uglify'); | ||
var sass = require('gulp-sass'); | ||
var tagVersion = require('gulp-tag-version'); | ||
var umd = require('gulp-wrap-umd'); | ||
// Variables | ||
@@ -57,7 +57,8 @@ var distDir = './dist'; | ||
gulp.task('css', function() { | ||
sass('./src/css', { | ||
loadPath: './bower_components', | ||
compass: true | ||
}) | ||
.pipe(gulp.dest(distDir + '/css')); | ||
gulp.src('./src/css/**/*.sass') | ||
.pipe(sass({ | ||
includePaths: ['./bower_components'] | ||
})) | ||
.pipe(prefixer()) | ||
.pipe(gulp.dest(distDir + '/css')); | ||
}); | ||
@@ -64,0 +65,0 @@ |
{ | ||
"name": "tether-drop", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -21,2 +21,3 @@ "authors": [ | ||
"gulp": "^3.8.11", | ||
"gulp-autoprefixer": "^2.2.0", | ||
"gulp-babel": "^5.1.0", | ||
@@ -27,3 +28,3 @@ "gulp-bump": "^0.3.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-ruby-sass": "^1.0.5", | ||
"gulp-sass": "^2.0.0", | ||
"gulp-tag-version": "^1.2.1", | ||
@@ -34,4 +35,4 @@ "gulp-uglify": "^1.2.0", | ||
"dependencies": { | ||
"tether": "^0.7.1" | ||
"tether": "^0.7.2" | ||
} | ||
} |
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
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
699968
12
10455
Updatedtether@^0.7.2