Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

codemonauts/gulp-configurator

Repository files navigation

gulp-configurator

Codeship Status for codemonauts/gulp-configurator

Looking for the same gulp snippets over and over again? Copying the gulpfile from project to project? This app provides help for both those scenarios:

Snippets

You'll find various snippets for gulp. Ranging from the base outline to template, style and javascript processing or more sophisticated and custom tasks as newsletter processing or pattern library generation. Screenshot Snippets

Configurator

The configurator form allows you to preselect all features for the new project and generates the whole gulpfile in one step. Copy and paste the output, run the npm install commands and you're good to go. Screenshot Generator

Development

Libraries

Project setup

  • setup: yarn install
  • Compiles and hot-reloads for development: yarn run serve
  • Compiles and minifies for production: yarn run build
  • Run your tests: yarn run test
  • Lints and fixes files: yarn run lint
  • Customize configuration: See Configuration Reference.