Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroxme/bootstrap-arabic
Bootstrap 2.3.2 arabic
https://github.com/zeroxme/bootstrap-arabic
Last synced: 3 months ago
JSON representation
Bootstrap 2.3.2 arabic
- Host: GitHub
- URL: https://github.com/zeroxme/bootstrap-arabic
- Owner: zeroxme
- License: apache-2.0
- Created: 2013-08-03T14:27:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T20:19:43.000Z (over 11 years ago)
- Last Synced: 2024-04-14T20:21:42.614Z (9 months ago)
- Language: CSS
- Size: 4.28 MB
- Stars: 11
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap Arabic 2.3.2
================Flat style + Font Awesome 3.2.1 [homepage](http://zerox.me/projects/bootstrap/)
## Compiling CSS and JavaScript
Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working with the framework. It's how we compile our code, run tests, and more. To use it, install the required dependencies as directed and then run some Grunt commands.
### Install Grunt
From the command line:
1. Install `grunt-cli` globally with `npm install -g grunt-cli`.
2. Install the [necessary local dependencies](package.json) via `npm install`When completed, you'll be able to run the various Grunt commands provided from the command line.
**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding.
### Available Grunt commands
#### Watch - `grunt watch`
This is a convenience method for watching just Less files and automatically building them whenever you save.#### compile JavaScript - `grunt js`
run concat and minify JavaScript files inside `/assets/js`#### compile LESS - `grunt css`
compile LESS files and minify CSS files inside `/assets/css`### Troubleshooting dependencies
Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`.