This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
konva
Watch
1
Star
0
Fork
0
You've already forked konva
mirror of
https://github.com/konvajs/konva.git
synced
2025-11-18 09:07:30 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
Files
3c140ca762f382c57b3b3f6118c0030a517eb3d4
konva
/
Gemfile
6 lines
60 B
Ruby
Raw
Normal View
History
Unescape
Escape
Create a build script to concatenate and (optionaly) minify the files in the lib directory.
2012-03-05 20:59:41 -05:00
source
:rubygems
Merged ac80261 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
2012-03-06 23:53:48 -08:00
gem
'json-pure'
Create a build script to concatenate and (optionaly) minify the files in the lib directory.
2012-03-05 20:59:41 -05:00
gem
'rake'
gem
'uglifier'
Reference in New Issue
Copy Permalink