Closed yoyurec closed 9 years ago
bump yes please!
+1!
you can install NPM package from Git: npm install username/reponame
Temporary use my fork (it has package.json)
npm install yoyurec/blazy --save
That's great, thank you for doing that.
Thanks. Its added now
:+1:
Is this the current way to install then?
npm install dinbror/blazy --save
This didn't work:
npm install blazy --save
'blazy' is not in the npm registry You should bug the author to publish it (or use the name yourself!)
NPM: [https://docs.npmjs.com/cli/publish](Publish a package)
Thanks
unfortuatnatly its not registered at npm @dinbror , this trick works: npm install --save git://github.com/dinbror/blazy
unfortuatnatly its not registered at npm
in addition - it has no CommonJS wrapper, only AMD & global (window
)
((
@digitalkaoz, @jDeppen: Sorry about that. It is added now:
npm install blazy --save
@yoyurec: Do you need support for commonjs? I only work with commonjs serverside. Do you use it on the client?
Do you need support for commonjs?
it would be good
Do you use it on the client?
yes, with browserify
Thanks! And thank you for this library! On Sat, Jan 31, 2015 at 2:36 PM dinbror notifications@github.com wrote:
@digitalkaoz https://github.com/digitalkaoz, @jDeppen https://github.com/jDeppen: Sorry about that. It is added now:
npm install blazy --save
@yoyurec https://github.com/yoyurec: Do you need support for commonjs? I only work with commonjs serverside. Do you use it on the client?
— Reply to this email directly or view it on GitHub https://github.com/dinbror/blazy/issues/38#issuecomment-72332598.
yes, with browserify
Could you please test version 1.3.1 and see if everything is ok?
works just perfect! thanks!
In addition to Bower package i suggest to add other popular repository - NPM. It would be nice for Node.js users and frontenders who uses Browserify!