mirror of
https://github.com/bckelley/Sass-Workflow.git
synced 2026-08-24 03:24:12 -05:00
fixed linting errors in README
This commit is contained in:
@@ -2,24 +2,46 @@
|
|||||||
|
|
||||||
A light package for compiling Sass and running a dev server
|
A light package for compiling Sass and running a dev server
|
||||||
|
|
||||||
### Version
|
## Version
|
||||||
|
|
||||||
1.0.0
|
1.0.0
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Install the dependencies (gulp, gulp-sass, browser-sync)
|
Install the dependencies (gulp, gulp-sass, browser-sync)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
This will watch your sass files, compile them and run your dev server at http://localhost:3000
|
This will watch your sass files, compile them and run your dev server at <http://localhost:3000>
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm start
|
$ npm start
|
||||||
|
|
||||||
|
> sass_workflow@1.0.0 start
|
||||||
|
> concurrently "gulp" "node server.js"
|
||||||
|
|
||||||
|
[1] Server is running on http://localhost:3002
|
||||||
|
[0] [15:16:53] Using gulpfile <YOUR PATH>\gulpfile.js
|
||||||
|
[0] [15:16:53] Starting 'default'...
|
||||||
|
[0] [15:16:53] Starting 'sass'...
|
||||||
|
[0] [15:16:53] Finished 'sass' after 8.43 ms
|
||||||
|
[0] [15:16:53] Starting 'serve'...
|
||||||
|
[0] [Browsersync] Proxying: http://localhost:3002
|
||||||
|
[0] [Browsersync] Access URLs:
|
||||||
|
[0] --------------------------------------
|
||||||
|
[0] Local: http://localhost:3000
|
||||||
|
[0] External: http://<YOUR LOCAL IP>:3000
|
||||||
|
[0] --------------------------------------
|
||||||
|
[0] UI: http://localhost:3001
|
||||||
|
[0] UI External: http://<YOUR LOCAL IP>:3001
|
||||||
|
[0] --------------------------------------
|
||||||
|
[0] [Browsersync] Watching files...
|
||||||
|
[0] [Browsersync] 1 file changed (style.css)
|
||||||
|
[0] [Browsersync] File event [change] : dist\css\style.css
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user