diff --git a/.gitignore b/.gitignore index 75be4c5f7..162b9c4d7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ test_app/.embark/development/ test_app/config/production/password test_app/node_modules/ test_app/chains.json +.idea \ No newline at end of file diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 24f23def8..f645af422 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -21,6 +21,7 @@ module.exports = (grunt) -> mochaTest: test: src: ['test/**/*.js'] + jshint: all: ['bin/embark', 'lib/**/*.js', 'js/mine.js', 'js/embark.js'] diff --git a/boilerplate/app/index.html b/boilerplate/app/index.html index 3585f0803..8068e7c7b 100644 --- a/boilerplate/app/index.html +++ b/boilerplate/app/index.html @@ -6,6 +6,6 @@
See the Wiki to see what you can do with Embark!
+See the Embark's documentation to see what you can do with Embark!