0.0.7 • Published 7 years ago

gulpgo v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

gulpGo

A Globalized gulp workflow, currently serving as a workflow for theme developement for @ghost themes.

Got a suggestion for this module? Tweet me: Twitter URL

Install

npm install gulpGo -g

Useage

gulpgo -w ./assets/scss/*.scss -b ./assets/css/

A note: This package is intented to remove the bloat of having a gulpfile.js in repos that use the same or similar workflow. As this tool develops it'll help me use a suit of workflow practices all by using the command line.

To do:

TaskProgress
Allow for creation of preset variables in 'sass' taskNot Started
Run local gulp files in current directoryNot Started
Build "Code Loader" that will "Monkey patch" source code with new gulp tasksNot Started
Road map:
  • use gulp option for easy-to-use commands
  • default to Ghost style scss build if no variables present
  • Make gulpGo public!
  • Code Loader reads and consumes gulpfiles into source code as expected.