Sha256: 8b0504302a0446efc42a72e89a6acff48dd3ceb7af36f3bc2439bbc9a51343b8
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
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 more options to run server on different port or with logging etc. ## Order Data Adyen let's you post order data that will be shown in shopping cart view as part of html. You can put `order_data.txt` file into `inc/` folder in the skin directory. This file will be included automatically in the same place, where adyen would put it.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adyen-skinbuilder-0.1.1 | README.markdown |