Mike Gerwitz
4e1380837f
Began making changes ... (overwrite this commit)
2011-12-09 23:07:41 -05:00
Mike Gerwitz
0d0372cb87
[ #25 ] Adding proper dirname to combined tests
2011-10-23 00:22:43 -04:00
Mike Gerwitz
c1207eb3d5
Moved MemberBuilder-MethodTest into MemberBuilder subdir
...
- Altered combine script to support subdirs (note that the dir names aren't included in the combined file)
2011-10-20 23:40:30 -04:00
Mike Gerwitz
af653aaff7
Adjusted client-side module cleaning regex in combine.tpl
2011-08-31 00:23:23 -04:00
Mike Gerwitz
d1044383d5
Fixed abstract/final class export in combined file
...
- I somehow had them swapped
2011-06-02 09:07:48 -04:00
Mike Gerwitz
99d0f34940
Added license to minified files
2011-05-23 18:59:50 -04:00
Mike Gerwitz
fdee02adc9
Combined file now exports {Final,Abstract}Class
2011-05-23 07:12:46 -04:00
Mike Gerwitz
4987856a46
Combine process now wraps using module rather than only exports
...
- This will allow us to overwrite the 'exports' object
2011-03-03 14:14:10 -05:00
Mike Gerwitz
5b3ecf853b
Exposed Interface
2010-12-30 09:24:52 -05:00
Mike Gerwitz
34af8eec95
Moved @license (and changed to @preserved) so Closure Compiler would properly retain the block
2010-12-28 10:36:39 -05:00
Mike Gerwitz
3347b8f6d5
Added ease-full.js, which includes tests to be run client-side (initial implementation; may be buggy)
2010-12-28 00:23:13 -05:00
Mike Gerwitz
499e1c32db
Added @license annotation to ensure Google Closure Compiler et. al. will not remove the license from the combined file
2010-12-27 23:07:55 -05:00
Mike Gerwitz
5e999b8167
IE doesn't like using reserved words as properties
...
- This is one thing I'll have to complement IE on. Every browser should blow up on reserved words.
2010-12-20 08:42:05 -05:00
Mike Gerwitz
78179c3d9d
[*] Added tools/combine script for client-side (browser) distributable file
...
- It should be noted that this won't yet work in IE6/7 (I'm not positive on IE7), since they are picky with trailing commas, and currently ease.js uses trailing commas on all array and object declarations
2010-12-19 23:41:46 -05:00