mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 11:09:22 +08:00

removed lib directory and used src instead. Moved license.js outside of the source directory. Created a geometries directory inside src. Also had problems getting the Ruby rake file to build a minified file with uglifiy, so after a bit of searching I found that many people suggested to include the json-pure gem, so I added it to the Gemfile
6 lines
60 B
Ruby
6 lines
60 B
Ruby
source :rubygems
|
|
|
|
gem 'json-pure'
|
|
gem 'rake'
|
|
gem 'uglifier'
|