Commit Graph

33 Commits

Author SHA1 Message Date
Jeff Avallone 98d2f94a3a Removing babel-plugin-transform-runtime
It appears to be involved somehow with the JS errors from Issue #21.
2015-12-21 14:50:33 -05:00
Jeff Avallone cff494a4bb Updating NPM deps
Fixes #21
2015-12-21 14:08:04 -05:00
Jeff Avallone dcc1cd3968 Adding babel-polyfill to fix errors 2015-11-10 20:59:26 -05:00
Jeff Avallone e1bc209590 Compressing JS and CSS 2015-11-01 11:32:05 -05:00
Jeff Avallone 4c5e176cea Adding gulp task help 2015-11-01 11:05:12 -05:00
Jeff Avallone e35be731cc Adding JSCS integration 2015-11-01 10:18:31 -05:00
Jeff Avallone fb4b39e75b Tweaking error handling setup 2015-11-01 07:21:17 -05:00
Jeff Avallone c02fb6406b Simplifying the "scripts" gulp task 2015-11-01 07:07:17 -05:00
Jeff Avallone 445996744a Switching to Babel instead of es6ify 2015-11-01 06:50:57 -05:00
Jeff Avallone 025636d559 Switching from compass to node-sass and Bourbon 2015-10-31 22:45:36 -04:00
Jeff Avallone dc72b2d4e4 Switching template rendering to use Handlebars
- Extracting the IE8 notice and SVG templates out into partials
- Moving changelog details into a data file
2015-10-31 13:12:14 -04:00
Jeff Avallone c90d09a1e0 Updating karma-browserify
This required updating import paths in the spec files
2015-10-31 12:09:38 -04:00
Jeff Avallone f04362cced Updating dependencies 2015-10-31 11:03:14 -04:00
Jeff Avallone 371e4adc29 Removing the need for gulp-watch 2015-10-31 09:32:34 -04:00
Jeff Avallone 00376bc78a Updating package versions
Leaving karma-browserify at older version since updating turned out to
be problematic. Will have to investigate that at another time.
2015-04-19 08:15:11 -04:00
Jeff Avallone 8498037584 Locking down snapsvg dependency version instead of using git 2015-04-19 07:53:33 -04:00
Jeff Avallone 72e5647f21 Adding docco support 2015-04-11 13:59:23 -04:00
Jeff Avallone 0093db8e20 Replacing Q promises with ES6 promises 2015-03-14 17:11:14 -04:00
Jeff Avallone 1fa1e71b39 Updating some dependency versions 2015-03-07 17:12:55 -05:00
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