Closed wingrunr21 closed 10 years ago
Just a heads up, we're currently using the 3.2. branch and its been deployed to production. https://github.com/akshatpradhan/compliance_chimp/blob/master/Gemfile#L12
Awesome thanks. I will need to test against Flat UI free then I will merge into master.
FYI you realize you have Flat UI Pro checked into and available from a public repo right? Not sure Designmodo will appreciate that.
yeah I have my own set off issues with him and I can't wait to move away from Flat UI the first chance I get. He's antithetical to the very notion of community and his licensing is absurd: https://github.com/designmodo/Flat-UI/issues/124
We noted that in our commit and we've specifically pointed to the PR that verifies we own a developers licenses to Flat UI Pro: https://github.com/akshatpradhan/compliance_chimp/pull/61
The Highcharts licensing methodology IS the best way to license Flat UI (and make money) but he won't read up on it.
I will test Flat UI Free later today and hopefully merge 3.2 support into master later tonight.
As of commit 0fcdff8,
sass-rails
now explicitly precludes Sass v3.3+ from installation. This is a blocker for those attempting to use this gem along with the latest versions of Rails.Two areas need modified in order to relax the Sass requirement:
interpolate_variable
function will need to be modified to support Sass 3.2. This will affect thecalc-color
mixin and subsequently the palette module.