mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
first pass at migrating the old Ruby build to Grunt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/**
|
||||
* KineticJS JavaScript Framework v{{version}}
|
||||
/*
|
||||
* KineticJS JavaScript Framework v@@version
|
||||
* http://www.kineticjs.com/
|
||||
* Copyright 2013, Eric Rowell
|
||||
* Licensed under the MIT or GPL Version 2 licenses.
|
||||
* Date: {{date}}
|
||||
* Date: @@date
|
||||
*
|
||||
* Copyright (C) 2011 - 2013 by Eric Rowell
|
||||
*
|
||||
@@ -30,7 +30,7 @@
|
||||
*/
|
||||
var Kinetic = {};
|
||||
(function() {
|
||||
Kinetic.version = '{{version}}';
|
||||
Kinetic.version = '@@version';
|
||||
|
||||
/**
|
||||
* @namespace Filters
|
||||
|
Reference in New Issue
Block a user