https://github.com/dazinator/netpack-requirejs
The RequireJs optimiser for NetPack
https://github.com/dazinator/netpack-requirejs
Last synced: 4 months ago
JSON representation
The RequireJs optimiser for NetPack
- Host: GitHub
- URL: https://github.com/dazinator/netpack-requirejs
- Owner: dazinator
- Created: 2016-08-03T20:31:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T07:17:05.000Z (over 5 years ago)
- Last Synced: 2025-07-21T09:43:05.565Z (11 months ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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).