Skip to content

Automatic scaffolding for a sass web bundles powered by gulp-sass. Geared towards WordPress development

Notifications You must be signed in to change notification settings

NOKNOKSoftware/scss-web-bundler-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scss Web Bundler Scaffold

Automatic scaffolding for a scss web bundles powered by gulp-sass. Geared towards WordPress development

Prerequists:

Make sure you install the following

  • Python 3.10 or later with dependencies

Python 3.10 or later with dependencies

You can check if python is already installed by running the following command python --version

Download Python here.

Python dependencies

Once installed, you can use the following command to install each of the required python dependencies.

pip install cookiecutter

If you have any issues during dependency installation, try reinstalling python.

Creating a new Typescript bundle project

Once all pre-requisites are installed, you can run the following command to scaffold a new bundler project.

python -m cookiecutter https://github.com/NOKNOKSoftware/scss-web-bundler-scaffold

Cookiecutter props

  • package_slug - Set's the package slug, this is also the name of the projects output folder.

Gulp Commands

  • gulp build - Bundle scss files and export css to dist/ directory
  • gulp watch - Watch scss files for changes and automatically build when files are changed

About

Automatic scaffolding for a sass web bundles powered by gulp-sass. Geared towards WordPress development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published