Last assignment for term 3 of the BIT course at Red River College. In order to check the output and functionality, please open the html file in the public folder.
For this assignment I decided to use CoffeScript instead of regular JavaScript. Some ruby gems were installed in order to auto generate the output as I was saving while working on the assignment.
The gems used for this assignment are listed in the Gemfile. Only 4 main gems were used (the other are only dependencies of the main gems). They are:
- Haml - Used for markup generation;
- Sass - Used for CSS generation;
- CoffeeScript - Used for JavaScript generation;
- Guard - Used for automating the compilation process.
Douglas Modena - 2015