ullmark / requirejs-doT

Require.js doT plugin
12 stars 1 forks source link

Port from Bower to NPM #2

Open ghost opened 8 years ago

ghost commented 8 years ago

Bower is no longer in active development would be great to see this as an NPM package.

ullmark commented 8 years ago

Sure, I'll close this when I've uploaded it.

ullmark commented 8 years ago

@jwilkinson I don't use requirejs myself anymore, but is it common to install requirejs packages through NPM? Since requirejs doesn't use CommonJs...

ghost commented 8 years ago

I don't follow what you mean by CommonJS

NPM and Bower are just ways of getting this code at a certain version. Then it just downloads that version of the code and you use your build system to copy over the files you need and include them.