diff --git a/.jshintrc b/.jshintrc
index 4c8b2c1..c48c95a 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -12,6 +12,8 @@
"unused": true,
"globals": {
"angular": false,
- "moment":false
+ "moment":false,
+ "jQuery": true,
+ "$": true
}
}
diff --git a/Gruntfile.js b/Gruntfile.js
index a61a9d1..d315c57 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -223,8 +223,14 @@ module.exports = function (grunt) {
app: {
src: ['<%= yeoman.app %>/index.html'],
exclude: ['bower_components/source-map/source-map.js'],
- include: ['bower_components/source-map/dist/source-map.js'],
- ignorePath: /\.\.\//
+ //include: ['bower_components/source-map/dist/source-map.js'],
+ ignorePath: /\.\.\//,
+ onMainNotFound: function(pkg) {
+ console.log(pkg);
+ },
+ overrides: {
+ "source-map": "bower_components/source-map/dist/source-map.js"
+ }
}
},
diff --git a/app/index.html b/app/index.html
index ee665ba..b196163 100644
--- a/app/index.html
+++ b/app/index.html
@@ -64,6 +64,7 @@
+
@@ -72,15 +73,21 @@
+
+
-
+
+
+
+
+