a simple rtl boostrap workflow
#Quick Start
if you don't install nodeJs and grunt do 1,2
- Install node.js on your Computer
- Try to install grunt with
npm install -g grunt-cli
in node command line - Download or clone
https://github.com/mmdsharifi/RTLbootstrap.git
- in project directory try
npm install
- Finally use
grunt
!
at now when ever you change the .less
files, style.less
compiles to style.css
.