Pinpickle / tight

Bolt boilerplate generator
15 stars 0 forks source link

Two gulpfiles is confusing/frustrating #9

Closed Pinpickle closed 8 years ago

Pinpickle commented 8 years ago

A gulp command has different functionality depending on whether you're in the theme directory or not. The tools available should be the same no matter where you are. Somehow, the gulpfile for the theme and deployment should be consolidated. However, this could end up with a bloated gulpfile so we don't actually want to combine the contents into one file.

Node is smart, it can be split up with some requires.

Related to #4 and the work that I'm doing on it now.