Skip to content

Add assets pipeline for development

Compare
Choose a tag to compare
@sn3ek sn3ek released this 13 Jun 12:59
· 153 commits to master since this release

Probably not working, please use a newer release

  • Use CoffeeScript and SCSS
  • Run rake redmine:plugins:redmine_time_tracker:setup to setup guard for watching changed files in the assets pipeline
    • Creates an Guardfile in your redmine project folder (see rake information)
    • Add CoffeeScript files into plugins/redmine_time_tracker/app/assets/javascripts
    • Add SCSS files into plugins/redmine_time_tracker/app/assets/stylesheets
    • Files are automatically compiled when the content of a file has changed (watched by guard)