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.
To get started with this project, follow these steps:
-
Clone the Repository
git clone https://github.com/JustCoolOfficial/gulpfile.js.git cd gulpfile.js
-
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.
-
Install Project Dependencies
Install the required npm packages listed in
package.json
:npm install
-
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.
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.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Submit a pull request.
For any questions or feedback, please contact me on Discord! https://discord.com/users/994288804926083224