This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
v0.1.4.alpha.1
Pre-release
Pre-release
·
11 commits
to master
since this release
Temporary fixed version to solve #11 issue.
Use this way.
gem "binda-api", github: "BindaCMS/binda-api", tag: "v0.1.4.alpha.1"
Change config/environments/production.rb
from config.assets.js_compressor = :uglifier
to config.assets.js_compressor = Uglifier.new(harmony: true)
.
Run the installer if you haven't done it already:
rails generate binda:api:install