- require time
- display the error pages correctly in FireFox
- refactor generators
- increase performance
- regenerate file only if file hash changed
- coffee inline available via = with_coffe do
- sass inline available via = with_sass do
- only generate requested project, to generate all projects use "ehc generate"
- add integration tests
- Add mixins for reset, resize, buttons, arrows and extend existing helper mixins
- Add bower.json resolving in public folder
- Add offline demo website with bower dependencies
- Add file_exists to helper methods
- reload ruby helpers on each request, so you don't need to restart the server
- better exceptions for partials
- sass include path for shared sass files now starts from dev_root/shared/sass
- list directory contents if there is no index.html
- We removed a forgotten ‘Require ‘pry”
- Add easy commands to start the server (
ehc server
) and to parse the dev_root (ehc generate
) - Add the ActiveSupport gem with overrides to fix Rails dependicies
- Make the demo website better
- Add a documentation website to the dev_root (it's also hosted here: http://easyhtmlcreator.bplaced.net/)
We released our project as a gem (https://rubygems.org/gems/easy_html_creator)
Project helper and add actionview for hml files
Copy images and other static files
Add SASS and CoffeeScript
Dynamic rendering and remove all old files before rendering
First working version