Workiva / wGulp

Opinionated Suite of Gulp Tasks for JavaScript and TypeScript projects.
Apache License 2.0
12 stars 9 forks source link

Support Module directory pattern #153

Open ghost opened 9 years ago

ghost commented 9 years ago

I have an app that uses the module pattern.

Everything for a module lives in that folder.

src/index.html
src/app/**/*.ts
src/app/**/*.scss
src/app/**/*.html
src/app/**/*.spec.js

The scss, html, typescript and spec files are all under src.