Pavel Shum

Results 8 issues of Pavel Shum

Hi all, having this issue with following index.wsgi setup: ``` import os import sys sys.path.append('/home/dev/project/backlab/') sys.path.append('/home/dev/venv/lib/python3.5/site-packages/') os.environ['DJANGO_SETTINGS_MODULE'] = 'backlab.settings' import django django.setup() from django.core.handlers import wsgi application = wsgi.WSGIHandler() ```...

fixing typo

Introduce API method, to show more meaningful message ``` getTemplate: function (name) { if (!this.templates[name]) { console.error('Template not found:', name); } return this.templates[name]; } ``` ``` Ractive.extend({ template: RactiveF.getTemplate('ux-buttons-blah-blah') });...

http://foundation.zurb.com/docs/components/range_slider.html

enhancement

This also implies refactoring render documentation task at it consumes manifest-rf.json

in progress

renderDocumentation task should accept parameters. e.g. `componentsDir`, `docSrcPath`

in progress