Skip to content

Commit

Permalink
Merge 4abe88f into 9648105
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Oct 19, 2016
2 parents 9648105 + 4abe88f commit a1d1870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Expand Up @@ -207,6 +207,7 @@ module.exports = function(grunt) {
src: [
'index.html',
'visu_config.xsd',
'dependencies/jquery.js',
'dependencies/require-2.1.15.min.js',
'dependencies/css.js',
'icon/*.png',
Expand Down Expand Up @@ -236,7 +237,8 @@ module.exports = function(grunt) {
buildCSS: false,
paths: {
'css-builder': '../build/css-builder',
'normalize': '../build/normalize'
'normalize': '../build/normalize',
'jquery': 'empty:'
},

modules: [
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Expand Up @@ -76,7 +76,7 @@ require.config({

var templateEngine;
require([
'jquery', 'TemplateEngine'
'jquery', 'lib/TemplateEngine'
], function( $, TemplateEngine ) {
"use strict";
profileCV( 'templateEngine start' );
Expand Down

0 comments on commit a1d1870

Please sign in to comment.