Go to file
Andrey Antukh 9f391ac6ac Remove some bottom padding from main div.
This removes unnecesary vertical scroll on kanban when
horizontal scroll is available. It seems not affects
much other sections.

An other option to do this is adding more additional
padding to kanban column height fixer but it reduces
considerable the working zone.
2014-09-12 20:50:54 +02:00
app Remove some bottom padding from main div. 2014-09-12 20:50:54 +02:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore Update .gitignore 2014-08-16 13:16:32 +02:00
AUTHORS.rst Fix typo 2014-07-02 10:50:13 +02:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md Update README.md 2014-09-08 08:59:15 +02:00
bower.json fix #678 2014-09-08 13:58:00 +02:00
csslintrc.json CSS and HTML user profile refactor 2014-08-12 12:59:49 +02:00
gulpfile.coffee Improve gulp task depdencies. 2014-09-10 13:24:41 +02:00
package.json Updated css linter. Fixed scss bugs. Ignore Known Properties error because is a known fallback issue required by browsers but still could give us nice information about bad code practices 2014-09-10 12:18:52 +02:00
scsslint.yml fix #678 2014-09-08 13:58:00 +02:00

README.md

Taiga Front

Kaleidos Project

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/