Sam

Results 2 comments of Sam

I'd like to second having this project on NPM, we are importing directly from our fork on bitbucket, but would much prefer to import this from npm. ``` "jquery-layout": "[email protected]:organisation/jquery-layout.git",...

It mostly works yes. In my `package.json` we have our own fork of the repo: `"jquery-layout": "[email protected]:organisation/jquery-layout.git",` We are then using require.js to pull in the file. ``` require.config({ ......