Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1.14 KB

readme.md

File metadata and controls

15 lines (8 loc) · 1.14 KB

Workflows course

Basic review of OS web dev tools for building a responsive SPA.

Offered through Lynda.com

This course was a useful refresher course on Git and Sass, and also introduced Gulp and Browserify. The course instructor is Ray Villalobos.

Other branches

Refer to the "read me" files for the other branches - gulprubysass and production - to note some issues relating to the workflows developed in this course.

Postscript: Browserify issues

The course relies on gulp-browserify plugin which I have since learned from Hafiz Ismai's article has been blacklisted by Gulp. The preferred approach is to use vainilla browserify with vinyl transform. But even this appears to be problematic and the better approach may be to use through2.