Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hung-phan/generator-requirejs
Yeoman requirejs generator for heavy scripts loading
https://github.com/hung-phan/generator-requirejs
Last synced: about 10 hours ago
JSON representation
Yeoman requirejs generator for heavy scripts loading
- Host: GitHub
- URL: https://github.com/hung-phan/generator-requirejs
- Owner: hung-phan
- License: mit
- Created: 2014-02-05T06:40:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T06:52:34.000Z (almost 10 years ago)
- Last Synced: 2024-04-10T20:38:51.977Z (7 months ago)
- Language: Perl
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-requirejs
A generator for [Yeoman](http://yeoman.io).
## Getting Started
To run this version of yeoman generator. First, make sure that you have already installed yeoman
```bash
$ npm install -g yo
$ npm -g install hung-phan/generator-requirejs
```Finally, initiate the generator:
```bash
$ yo requirejs
```Other dependencies
1. [Bower] (http://bower.io/)
2. [Grunt] (http://gruntjs.com/)
3. SASS (gem install sass)
4. Compass (gem install compass)
## Usage
The version of generator uses SASS Bootstrap as its main theme. If you want to use Compass framework, make sure that you
view their docs to know what to include [Compass](http://compass-style.org/reference/compass)To run the serve, and start building your application
```bash
$ grunt serve
```
It will automatically open the webpage on your localhost:9000, or you will have to do it manualllyTo build files for production
```bash
$ grunt build
```## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)