Regalamiunsorriso/rus/admin/_V4/_lib/ImageMapster-master/build
2026-03-14 20:04:39 +01:00
..
rakefile first commit 2026-03-14 20:04:39 +01:00
README.md first commit 2026-03-14 20:04:39 +01:00

Building ImageMapster from Source

A rakefile is included as a standardized way to build the project. It should work for all environments and will build and minify the output. You need to have Ruby installed as well as uglifier (UglifyJS) gem. To install uglifier just do this (assuming Ruby exists):

> gem install uglifier

To build:

> rake

There used to be a couple batch files for building this with nonstandard tools. Since Uglifier now works on windows, they're deprecated, and rake is the right way to build this.