slush-react-express
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "slush-react-express", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A generator for a node express web app using react", | ||
@@ -5,0 +5,0 @@ "repository": { |
slush-react-express | ||
============== | ||
[![npm version](https://badge.fury.io/js/slush-react-express.svg)](http://badge.fury.io/js/slush-react-express) [![Build Status](https://travis-ci.org/peterjuras/slush-react-express.svg?branch=master)](https://travis-ci.org/peterjuras/slush-react-express) | ||
> A [slush](http://slushjs.github.io) generator for a [React](https://facebook.github.io/react/) app served by [Express](http://expressjs.com/). | ||
@@ -95,3 +97,3 @@ | ||
└── stylesheets | ||
└── index.css # Main app stylesheet | ||
└── index.css/scss # Main app stylesheet | ||
└── index.html # Main browser entry point | ||
@@ -102,5 +104,5 @@ └── tests # Mocha tests go here | ||
### CSS Preprocessor | ||
### SASS | ||
You can choose between `CSS` and `SASS` to use as the CSS Preprocessor for your project. | ||
You can choose to use `SASS` or just plain `CSS` for the styling in your project. | ||
@@ -107,0 +109,0 @@ ### Typescript |
@@ -156,3 +156,6 @@ var gulp = require('gulp'), | ||
var filter = gulpFilter(['**/**', '!src/favicon.ico'], { restore: true }); | ||
var filter = gulpFilter(['**/**', '!src/favicon.ico'], { | ||
restore: true, | ||
dot: true | ||
}); | ||
@@ -159,0 +162,0 @@ es.concat(gulp.src(__dirname + '/templates/full/root/**', { dot: true }) |
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
285464
51
6897
156