view deploy.js @ 0:27280b550d56

Serpentron 1.0-beta.
author Mikhail Kryshen <mikhail@kryshen.net>
date Wed, 17 Feb 2016 23:55:43 +0300
parents
children 392c2a5ebab4
line source
1 define([
2 'amber/deploy',
3 // Should not be required in deployment,
4 // but something still tries to load it.
5 'jquery',
6 // --- packages to be deployed begin here ---
7 'amber-serpentron/Serpentron'
8 // --- packages to be deployed end here ---
9 ], function (amber) {
10 return amber;
11 });