Skip to content

notbrain/viceroy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published