Skip to content

Commit

Permalink
⬆️ @6.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Sep 6, 2015
1 parent e2be938 commit 67b6239
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "Snakeskin",
"description": "Awesome JavaScript template engine.",
"main": "dist/snakeskin.min.js",
"version": "6.6.13",
"version": "6.6.14",
"homepage": "https://github.com/SnakeskinTpl/Snakeskin",
"keywords": [
"templates",
Expand Down
8 changes: 4 additions & 4 deletions dist/snakeskin.js
@@ -1,11 +1,11 @@
/*!
* Snakeskin v6.6.13
* Snakeskin v6.6.14
* https://github.com/kobezzza/Snakeskin
*
* Released under the MIT license
* https://github.com/kobezzza/Snakeskin/blob/master/LICENSE
*
* Date: Tue, 01 Sep 2015 11:43:14 GMT
* Date: Sun, 06 Sep 2015 18:03:49 GMT
*/

(function () {
Expand Down Expand Up @@ -37,7 +37,7 @@ var Snakeskin = {
* The version of Snakeskin
* @type {!Array}
*/
VERSION: [6, 6, 13],
VERSION: [6, 6, 14],

/**
* The namespace for directives
Expand Down Expand Up @@ -16460,8 +16460,8 @@ Snakeskin.compile = function (src, opt_params, opt_info, opt_sysParams) {
});
})();


global["define"] = globalDefine;

if (typeof define === "function" && define.amd) {
define([], function () {
return Snakeskin;
Expand Down
7 changes: 3 additions & 4 deletions dist/snakeskin.live.js
@@ -1,11 +1,11 @@
/*!
* Snakeskin v6.6.13 (live)
* Snakeskin v6.6.14 (live)
* https://github.com/kobezzza/Snakeskin
*
* Released under the MIT license
* https://github.com/kobezzza/Snakeskin/blob/master/LICENSE
*
* Date: Tue, 01 Sep 2015 11:43:14 GMT
* Date: Sun, 06 Sep 2015 18:03:49 GMT
*/

(function () {
Expand Down Expand Up @@ -35,7 +35,7 @@ var Snakeskin = {
* The version of Snakeskin
* @type {!Array}
*/
VERSION: [6, 6, 13],
VERSION: [6, 6, 14],

/**
* The namespace for directives
Expand Down Expand Up @@ -598,7 +598,6 @@ Snakeskin.appendChild = function (node, obj) {



global["define"] = globalDefine;
if (typeof define === "function" && define.amd) {
define([], function () {
return Snakeskin;
Expand Down
6 changes: 3 additions & 3 deletions dist/snakeskin.live.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/core.js
Expand Up @@ -8,7 +8,7 @@ var Snakeskin = {
* The version of Snakeskin
* @type {!Array}
*/
VERSION: [6, 6, 13],
VERSION: [6, 6, 14],

/**
* The namespace for directives
Expand Down Expand Up @@ -68,9 +68,9 @@ global['define'] = undefined;
//#include ./compiler.js
//#include ./directives.js

global['define'] = globalDefine;
//#endif

global['define'] = globalDefine;
if (typeof define === 'function' && define.amd) {
define([], function () {
return Snakeskin;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "snakeskin",
"description": "Awesome JavaScript template engine.",
"homepage": "https://github.com/SnakeskinTpl/Snakeskin",
"version": "6.6.13",
"version": "6.6.14",
"author": {
"name": "kobezzza",
"email": "kobezzza@mail.ru",
Expand Down

0 comments on commit 67b6239

Please sign in to comment.