Created by: armezit
By adding three new targets in Makefile, I've been implemented a theme feature:
- every theme directory resides in 'themes' directory under the root.
- each theme has it's own (optional) set of LESS and JavaScript files which will be overwrite default bootstrap files during 'theme build'.
- after building a theme, there will be a 'build' directory under the theme directory which include build files of the theme
- in this way, a RTL version of twitter-bootstrap implemented in a clean way (as a theme). so, changing bootstrap core doesn't break anything in this theme (only few changes in theme files and everything will be OK)