App does not build on heroku without rake assets:precompile
Closed this issue · 2 comments
jeffreychuc commented
App currently does not build on heroku without precompiling assets locally. Could be due to Uglyfy.js?
jeffreychuc commented
striptags npm package was not compatible with uglifier. Removed from project. Will use regex to strip html tags instead.
jeffreychuc commented
replaced npm library with https://stackoverflow.com/questions/15523113/removing-html-tags-but-keep-breaklines
Deployed live on neverblank.herokuapp.com