diff --git a/.gitignore b/.gitignore index 2af6f81..db56709 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /node_modules /dist /sauce_connect.log +/npm-debug.log /sc.log /test-results /tmp diff --git a/build/grunt/docs.js b/build/grunt/docs.js index 3ab69c0..2da1aa0 100644 --- a/build/grunt/docs.js +++ b/build/grunt/docs.js @@ -262,7 +262,8 @@ module.exports = function(grunt) { hspRoot = grunt.config('hspserver.base')+"/hsp", emptyJsResponse = function(req, res) { res.set('Content-Type', 'application/x-javascript'); return res.send(""); }, compilerPath = '/dist/' + VERSION + '/hashspace-noder-compiler.min.js', - runtimePath = '/dist/' + VERSION + '/hashspace-noder.min.js'; + runtimePath = '/dist/' + VERSION + '/hashspace-noder.min.js', + gesturesPath = '/dist/' + VERSION + '/hashspace-noder-gestures.min.js'; grunt.log.subhead('Local website setup'); grunt.log.writeln('Starting local documentation web server...'); @@ -287,6 +288,8 @@ module.exports = function(grunt) { grunt.verbose.ok(compilerPath, 'polyfilled to be empty'); app.get(runtimePath, emptyJsResponse); grunt.verbose.ok(runtimePath, 'polyfilled to be empty'); + app.get(gesturesPath, emptyJsResponse); + grunt.verbose.ok(gesturesPath, 'polyfilled to be empty'); // Proxying /test and /node_modules folders app.use('/test', function(req, res, next) { diff --git a/docs/playground/index.md b/docs/playground/index.md index ac09d49..d3c6d5b 100644 --- a/docs/playground/index.md +++ b/docs/playground/index.md @@ -19,6 +19,7 @@ footerscripts: | } +