Skip to content

GOV-SA/Gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp

transforming gov.sa Sass into CSS.

Requirements

  • You'll need node and npm.
  • You'll need to install the following packages via npm: gulp gulp-autoprefixer gulp-rename gulp-sass gulp-sourcemaps gulp-uglify node-sass

Installation

If you've never installed Gulp, you'll need to install the gulp globally:

npm install gulp-cli -g

Add all the required dependencies at once with following command from your project's root directory:

npm install gulp gulp-autoprefixer gulp-rename gulp-sass gulp-sourcemaps gulp-uglify node-sass --save-dev

Create a gulpfile

copy the

gulpfile.js

on your project root

Intitialize your gov.sa project by running the following command:

gulp init

Watch SCSS files and compile any changes with it

gulp watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published