notbrain / viceroy

A collection of various gulp tasks and groupings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: No Longer needed when we have webpack these days ;)

Viceroy Alpha

A collection of gulp tasks and task group tasks, along with a skeleton app to verify the gulp tasks are running on actual code.

From this repo, you should be able to piece together the collection of gulp master tasks to build your own preferred framework.

Clone

$ git clone git@github.com:notbrain/viceroy.git

Install

Install bower globally:

$ npm install -g bower

Install local dependencies:

$ npm install

Install bower dependencies:

$ bower install

Run

Run the default watch command (see gulp/tasks/default.js):

$ gulp

#ToDo

  • Add images of each type processed by imagemin to gauge processing time
  • Caching
  • JS Source Maps
  • Get LESS Source Maps to show up in Chrome inspector
  • ???

About

A collection of various gulp tasks and groupings


Languages

Language:JavaScript 80.6%Language:HTML 17.3%Language:CSS 2.2%