Source code of sabin-tudor.ro.
Built using AngularJS, SCSS, GruntJS and Google Docs as database. Best viewed in Chrome.
Database sample : here
Coffee, pizza and other ancient sorceries used aswell, no kitties harmed tho! :)
This bundle requires:
$ npm install -g grunt-cli
This task requires you to have Ruby, Sass, and Compass installed. If you're on OSX or Linux, Ruby is most likely installed already; test it with
ruby -v
in your terminal.
If Ruby is ok, proceed to install SASS and Compass via Terminal :
$ (sudo) gem update --system && (sudo) gem install compass
Fire up using $ grunt
and you're ready to develop! Any changes to files will be pushed by Grunt to your browser.
When ready to go live, use $ grunt build
.
- Clean-up old code
- Fix SVG logo draw (maybe revert logo draw animation back to CSS?).
- Switch to one "dynamic" SVG border for improved performance? (less SVGs = less memory = win = yes?)
- fx.projector: add left / right arrows navigation ?
- Write a better "build" task
- Better docs
- Clean / rewrite some Grunt tasks (maybe switch to Gulp?)