Sha256: 9a883369977369f3c6c125f8656992c60ca775f17b7ec5fb15e7bd0b05ac23d7
Contents?: true
Size: 811 Bytes
Versions: 1
Compression:
Stored size: 811 Bytes
Contents
Simple Rack server to make Adyen skin authoring easier. Also includes rake tasks to bundle skin directories into deployable bundles (not yet implemented): ## Install sudo gem install adyen-skinbuilder ## Usage Make sure you have directory with basic Adyen skin structure, that looks something like this: +- ~/Documents +- DV3tf95f +- css +- img +- inc +- cfooter.txt +- cheader.txt +- js To view something that is very much similar to the end result generated in Adyen, fire up adyen-skinbuilder rack server, that does the template rendering on your local machine: adyen-skinbuilder ~/Documents/DV3tf95f And go to http://localhost:8888 to see the generated page. See `adyen-skinbuilder --help` for options when running this server.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adyen-skinbuilder-0.1.0 | README.markdown |