https://github.com/ohager/requirejs-bootstrap
Project Bootstrap for requirejs based web applications. Very minimistic!!!
https://github.com/ohager/requirejs-bootstrap
Last synced: 12 months ago
JSON representation
Project Bootstrap for requirejs based web applications. Very minimistic!!!
- Host: GitHub
- URL: https://github.com/ohager/requirejs-bootstrap
- Owner: ohager
- License: mit
- Created: 2015-07-07T15:21:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T18:22:13.000Z (about 11 years ago)
- Last Synced: 2025-01-02T15:50:53.482Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# requirejs-bootstrap
Project Bootstrap for requirejs based web applications. Very minimalistic!!!
To start developing project simply type
``npm install``
#release-build
The project supports a release-build command, which uses requirejs's capabilities to optimize all
``*.js`` and ``*.css`` files.
For MacOS and Unix/Linux systems simply call
``npm run release``
For Windows use
``npm run release-win``
The release version is inside the ``.dist/`` directory.
That's all, folks!