first pass at migrating the old Ruby build to Grunt

This commit is contained in:
Eric Rowell
2013-06-01 00:53:32 -07:00
parent 7b9322c15c
commit 489b7825c3
4 changed files with 127 additions and 4 deletions

View File

@@ -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