Commit Graph

14 Commits

Author SHA1 Message Date
Jeff Avallone
66b3c76f9a No longer extracting the sourcemap from the compiled JS
It has been causing some minor issues in local dev for a while, and
doesn't add much in production since the sourceMap comments are removed
by the pagespeed mod
2015-01-19 09:58:51 -05:00
Jeff Avallone
c809913fe7 Using mold-source-maps to remove working path from source map
It still shows up in the sourceURL embedded by a traceur compiler. Still
need to work on that, but this is a little better.
2014-12-30 10:01:29 -05:00
Jeff Avallone
042228d09f Switching Karma test browser to Chrome
Apparently traceurRuntime doesn't work in PhantomJS
2014-12-04 19:11:30 -05:00
Jeff Avallone
257fb19369 Adding initial UI JS
This still needs lots of tests to be written, and checks for missing
browser functionality (specifically around Blob URLs)
2014-12-04 18:37:35 -05:00
Jeff Avallone
301dce5873 Integrated snap.svg and starting to render content 2014-11-30 10:48:33 -05:00
Jeff Avallone
57c0de7668 Extracting sourcemap from compiled JS file 2014-11-30 09:58:27 -05:00
Jeff Avallone
ba9b779ba7 Integrating canopy (with a demo parser from the canopy docs) 2014-11-24 22:31:20 -05:00
Jeff Avallone
84f35cf647 Switching to karma instead of hacked up jasmine setup 2014-11-24 21:44:50 -05:00
Jeff Avallone
8a30c31243 Adding error notification to gulp tasks 2014-11-23 17:50:30 -05:00
Jeff Avallone
cc16603f6f Adding browserify and es6ify support 2014-11-23 17:00:01 -05:00
Jeff Avallone
fcdc3f8ecd Adding initial compass integration 2014-11-23 16:16:10 -05:00
Jeff Avallone
5a99aaa571 Adding server with LiveReload support 2014-11-23 12:24:03 -05:00
Jeff Avallone
342cf8d5bb Adding task to build pages wrapped in a template 2014-11-23 12:12:10 -05:00
Jeff Avallone
c898f7b5ec Adding package.json and beginnings of gulpfile 2014-11-23 11:52:45 -05:00