@frctl/mandelbrot
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -40,3 +40,3 @@ 'use strict'; | ||
gulp.task('css', ['clean:css'], function() { | ||
return gulp.src('./assets/scss/*.scss') | ||
return gulp.src('./assets/scss/schemes/*.scss') | ||
.pipe(sourcemaps.init()) | ||
@@ -104,3 +104,3 @@ .pipe(sassGlob()) | ||
gulp.task('default', ['fonts', 'css', 'js', 'img', 'watch']); | ||
gulp.task('default', ['fonts', 'css', 'js', 'img']); | ||
@@ -107,0 +107,0 @@ |
{ | ||
"name": "@frctl/mandelbrot", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A theme for Fractal.", | ||
@@ -15,2 +15,5 @@ "main": "index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"assets": "node ./assets/scss/build.js & gulp" | ||
}, | ||
"devDependencies": { | ||
@@ -17,0 +20,0 @@ "babel-preset-es2015": "^6.5.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2489566
124
5274
3
2