tech: progress on react poc

This commit is contained in:
Torkel Ödegaard
2017-09-21 13:32:57 +02:00
parent 84b1519480
commit fed35909cc
16 changed files with 88 additions and 441 deletions

View File

@@ -23,6 +23,7 @@ module.exports = function(config, grunt) {
gaze([
config.srcDir + '/app/**/*',
config.srcDir + '/test/**/*',
config.srcDir + '/sass/**/*',
], function(err, watcher) {