0.0.5 • Published 7 years ago

css-module-template-loader v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Initial motivations

This project was conceived when it was decided to use CSS modules to an Angular@1.x project that is bundled together using Webpack@1.x.

As with angular you assign a template to a controller/component/directive by supplying them with a template or templateURL. Ideally templateURL are used for larger and more complex templates but supplying it this way will result in a HTTP request each time a template is required. Here's where $templateCache comes in and you're back to writing your long and complex HTML template into a string in javascript. Now there are solutions out there that could all these for you and keep you sane (Grunt | Gulp | Rails). In webpack it's much easier, you could skip the entire $templateCache and simply get away with template: require('./mytemplate') , effectively inlining your templates into your post-build javascript files.

With this css-module-template-loader, it goes one step further.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago