kss-bootstrap
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -5,3 +5,3 @@ { | ||
"destination": "out", | ||
"css": "node_modules/bootstrap/dist/css/bootstrap.css" | ||
"css": "public/bootstrap.css" | ||
} |
@@ -6,2 +6,3 @@ /** | ||
var serve = require('gulp-serve'); | ||
var fs = require('fs'); | ||
@@ -23,2 +24,7 @@ /** | ||
exec(kssnode, args, function(error, stdout, stderr) { | ||
// Copy Bootstrap into the styleguide folder. | ||
fs.createReadStream('node_modules/bootstrap/dist/css/bootstrap.css') | ||
.pipe(fs.createWriteStream('out/public/bootstrap.css')); | ||
// Output any errors. | ||
console.log(error); | ||
@@ -25,0 +31,0 @@ console.log(stdout); |
{ | ||
"name": "kss-bootstrap", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "A KSS template and style guide for Bootstrap.", | ||
@@ -29,3 +29,3 @@ "author": "Rob Loach (http://github.com/robloach)", | ||
"dependencies": { | ||
"kss": "~2.0.0-alpha.4" | ||
"kss": "git://github.com/RobLoach/kss-node.git#patch-1" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
@@ -39,2 +39,2 @@ # KSS Bootstrap [![Build Status](https://travis-ci.org/RobLoach/kss-bootstrap.svg?branch=master)](https://travis-ci.org/RobLoach/kss-bootstrap) | ||
npm test | ||
npm run-script deploy | ||
npm run deploy |
Sorry, the diff of this file is not supported yet
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
95487
2221
40
1
1
- Removedalign-text@0.1.4(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedapparatus@0.0.10(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcamelcase@1.2.1(transitive)
- Removedcenter-align@0.1.3(transitive)
- Removedcliui@2.1.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedglob@4.5.3(transitive)
- Removedhandlebars@3.0.8(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedkind-of@3.2.2(transitive)
- Removedkss@2.0.2(transitive)
- Removedlazy-cache@1.0.4(transitive)
- Removedlongest@1.0.1(transitive)
- Removedmarked@0.3.19(transitive)
- Removedminimatch@2.0.10(transitive)
- Removedminimist@0.0.10(transitive)
- Removednatural@0.1.29(transitive)
- Removedonce@1.4.0(transitive)
- Removedoptimist@0.6.1(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedright-align@0.1.3(transitive)
- Removedsource-map@0.1.430.5.7(transitive)
- Removedsylvester@0.0.21(transitive)
- Removeduglify-js@2.8.29(transitive)
- Removeduglify-to-browserify@1.0.2(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedwindow-size@0.1.0(transitive)
- Removedwordwrap@0.0.20.0.3(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedwrench@1.5.9(transitive)
- Removedyargs@1.3.33.10.0(transitive)