Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WebmonsterA committed Sep 18, 2022
2 parents 0007be6 + 09accfe commit 60819e3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,24 @@ npm install --global gulp-cli

## Install the gulp package in your devDependencies
```
npm install --save-dev gulp gulp-sass sass
npm install --save-dev gulp gulp-sass sass gulp-autoprefixer gulp-clean-css gulp-rename
```

## Start watch and compile
```
gulp
```

## Start build
```
gulp build
```

## Start dev (no minify)
```
gulp dev
```

## Piment CSS - Micro Framework CSS
<img src="https://raw.githubusercontent.com/WebmonsterA/Piment-Css/main/public/assets/img/logo-pimentcss.svg" alt="" width="200">

Expand Down

0 comments on commit 60819e3

Please sign in to comment.