-
Notifications
You must be signed in to change notification settings - Fork 22
NPM package? #19
Comments
As include.js does not support node module loading, I don't think it's worth putting it on NPM. |
I wanted to you use it for client side external library lazy loading (Youtube api, google maps,...). |
You can install non npm package with npm with |
Hey. I have a problem... this.include = require('../../node_modules/include.js/include.js'); Then I got my js file from apache and I had 200 OK: this.include.include(['http://localhost:81/validator/validate.js'], function (d) {
console.log(d);
} And d receives 1. |
I didn't try to use Include with React/NPM. Maybe it doesn't like to be "included". |
So, i'm working on a "npm friendly" version of Include.js. Some works need to be done to enable loading the module. So : soon™ |
I could not find this loader on npm?
Would be very useful if it was uploaded on it.
The text was updated successfully, but these errors were encountered: