a96a4437 by Adam Heath

Start creating the library model.

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