From 5059199b84fde24e62a6d61f3254257025a94b4c Mon Sep 17 00:00:00 2001 From: bckelley <> Date: Mon, 9 Sep 2024 15:21:34 -0500 Subject: [PATCH] fixed linting errors in README --- README.md | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b0d510..a646d1a 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,46 @@ A light package for compiling Sass and running a dev server -### Version +## Version + 1.0.0 ## Usage - ### Installation Install the dependencies (gulp, gulp-sass, browser-sync) ```sh -$ npm install + npm install ``` ### 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 ```sh $ npm start -``` \ No newline at end of file + +> 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 \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://:3000 +[0] -------------------------------------- +[0] UI: http://localhost:3001 +[0] UI External: http://:3001 +[0] -------------------------------------- +[0] [Browsersync] Watching files... +[0] [Browsersync] 1 file changed (style.css) +[0] [Browsersync] File event [change] : dist\css\style.css +```