Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manjumjn committed Apr 7, 2021
1 parent 1c0a443 commit b763a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Gulp with TailwindCSS - An CSS Utility framework
* Author : Manjunath G
* URL : manjumjn.com
* URL : manjumjn.com | lazymozek.com
* Twitter : twitter.com/manju_mjn
**/

Expand All @@ -25,7 +25,7 @@ const imagemin = require('gulp-imagemin'); //To Optimize Images
const cleanCSS = require('gulp-clean-css');//To Minify CSS files
const purgecss = require('gulp-purgecss');// Remove Unused CSS from Styles

//Note : Webp still not supported in majpr browsers including forefox
//Note : Webp still not supported in major browsers including forefox
//const webp = require('gulp-webp'); //For converting images to WebP format
//const replace = require('gulp-replace'); //For Replacing img formats to webp in html
const logSymbols = require('log-symbols'); //For Symbolic Console logs :) :P
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Gulp with TailwindCSS Starter Kit ( Updated with [TailwindCSS JIT](https://githu

1. Install Dev Depedencies
```sh
npm install
npm install // or yarn install
```
2. To start development and server for live preview
```sh
npm run dev
npm run dev // or yarn dev
```
3. To generate minifed files for production server
```sh
npm run prod
npm run prod // or yarn prod
```

# Configuration
Expand Down

0 comments on commit b763a32

Please sign in to comment.