RequireJS-based modules loader. Provides API of requirejs for Wasaby application.
Responsible: Kolbeshin Fedor.
Not applicable.
-
Clone the repository in separated folder:
git clone git@git.sbis.ru:saby/wasaby-requirejs-loader.git
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Compile TypeScript:
npm run build:compile
-
Run unit tests in Node.js:
npm test
-
Run unit tests in Node.js and display coverage report:
npm test:coverage
-
Minify RequireJS:
npm run build:require-min