a96a4437 by Adam Heath

Start creating the library model.

1 parent c5030dfc
......@@ -10,6 +10,9 @@ module.exports = function(grunt) {
},
browserOptions: {
},
model: [
'src/scripts/solr-search/model/**/*.js',
],
};
/*
config.punch = {
......
define(function(require) {
'use strict';
});