Skip to content

Here you can find my gulpfile(.js). It's just a simple compiler that transforms SASS files into CSS files.

Notifications You must be signed in to change notification settings

JustCoolOfficial/gulpfile.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Gulp Project Template

Overview

This repository provides a basic Gulp setup for compiling Sass/SCSS files into CSS. It includes a sample gulpfile.js that demonstrates how to set up Gulp tasks for Sass compilation and file watching.

Installation

To get started with this project, follow these steps:

  1. Clone the Repository

    git clone https://github.com/JustCoolOfficial/gulpfile.js.git
    cd gulpfile.js
    
  2. Install Node.js and npm

    Ensure that Node.js and npm are installed. Verify their installation with:

    node -v
    npm -v
    

    If they are not installed, follow the Node.js installation guide.

  3. Install Project Dependencies

    Install the required npm packages listed in package.json:

    npm install
    
  4. Run Gulp Tasks

    To compile Sass files and watch for changes, use the following command:

    npx gulp
    

    This command executes the default Gulp task, which includes compiling Sass to CSS and watching for any changes in the source files.

Commands

Here is a list of the primary commands used in this project:

  • Install Dependencies

    npm install
    

    This command installs all the necessary packages for the project.

  • Run Gulp

    npx gulp
    

    Runs the default Gulp tasks defined in gulpfile.js, including compiling Sass files and watching for changes.

  • Check for Funding

    npm fund
    

    This command displays any financial support options for the npm packages used in the project.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them.
  4. Submit a pull request.

Contact

For any questions or feedback, please contact me on Discord! https://discord.com/users/994288804926083224

About

Here you can find my gulpfile(.js). It's just a simple compiler that transforms SASS files into CSS files.

Topics

Resources

Stars

Watchers

Forks