netpack-requirejs
v0.0.2
Published
A requirejs optimiser that uses in memory files, used by NetPack.
Downloads
2
Readme
NetPack-RequireJs
Allows NetPack to integrate with requirejs optimiser.
Open with VS Code.
npm install
To debug the tests, launch VS Code debugger with "Run mocha" selected.
To run tests from command line:
mocha dist/test
All source code is written in typescript within the src
directory, and is transpiled to the dist
folder
when you run a build in vs code (ctrl + shift + b).