And replace it with scope event raising. This change is needed for conserve the previous behavior of history reloading on any attachment change. The history reloading is now handled by history directive and controler and them responds well to 'history:reload' signal. Moreover, loadHistory repeated function is removed from us/task/issue detail controllers. |
||
---|---|---|
app | ||
.bowerrc | ||
.gitignore | ||
AUTHORS.rst | ||
LICENSE | ||
README.md | ||
bower.json | ||
csslintrc.json | ||
gulpfile.coffee | ||
package.json | ||
scsslint.yml |
README.md
Taiga Front
Setup initial environment
Install requirements:
Ruby / Sass
You can install Ruby through the apt package manager, rbenv, or rvm. Install Sass through your Terminal or Command Prompt.
gem install sass
sass -v // should return Sass 3.3.8 (Maptastic Maple)
Complete process for all OS at: http://sass-lang.com/install
Node + Bower + Gulp
sudo npm install -g gulp
npm install
sudo npm install -g bower
bower install
gulp
And go in your browser to: http://localhost:9001/