Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirill-konshin/rjs-test
https://github.com/kirill-konshin/rjs-test
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirill-konshin/rjs-test
- Owner: kirill-konshin
- Created: 2014-04-01T06:26:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T06:29:19.000Z (over 10 years ago)
- Last Synced: 2024-10-13T11:41:32.121Z (about 1 month ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rjs-test
## How to use
Open console and run
```
npm install
```
and then
```
grunt requirejs:two_configs
```
or
```
grunt requirejs:stub -- this will fail
grunt requirejs:stub_working -- this works
```