+14
-14
@@ -14,3 +14,3 @@ var shisha = require('shisha'); | ||
| var resources = {}; | ||
| finder.on('file', function(file, stat) { | ||
@@ -20,3 +20,3 @@ var url = config.baseUrl + path.relative(dir, file); | ||
| }); | ||
| return new Promise(function(resolve){ | ||
@@ -37,6 +37,7 @@ finder.on('end', function() { | ||
| }) | ||
| if (Object.keys(failedResources).length) { | ||
| sleep(config.sleep); | ||
| retry(failedResources, currentTry, config); | ||
| setTimeout(function(){ | ||
| retry(failedResources, currentTry, config); | ||
| }, config.sleep * 1000) | ||
| } else { | ||
@@ -52,7 +53,7 @@ console.log("All resources are on the CDN"); | ||
| * them again. | ||
| * | ||
| * | ||
| * This process will be repeated as many times | ||
| * as it's defined in config.tries or --tries from | ||
| * the command line. | ||
| * | ||
| * | ||
| * If the resources, after the Nth try, are still | ||
@@ -64,3 +65,3 @@ * unavailable, the process exists with a non-zero | ||
| console.log("Attempting to verify everything is on the CDN (" + currentTry + ")"); | ||
| if (currentTry === config.tries) { | ||
@@ -71,3 +72,3 @@ fail(failedResources); | ||
| smoke(failedResources, currentTry, config); | ||
| } | ||
| } | ||
| } | ||
@@ -80,10 +81,10 @@ | ||
| var message = "Some resources weren't found on the CDN"; | ||
| _.each(failedResources, function(resource){ | ||
| message += "\n" + resource.url; | ||
| }) | ||
| var error = new Error(message); | ||
| error.resources = failedResources; | ||
| throw error; | ||
@@ -94,3 +95,3 @@ } | ||
| * Runs the CDN checks. | ||
| * | ||
| * | ||
| * Be sure all resources are uploaded | ||
@@ -109,2 +110,1 @@ * on the CDN, else this guy is gonna | ||
| module.exports = run; | ||
+1
-2
| { | ||
| "name": "cdnwhaaat", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "Check that your files are on the CDN.", | ||
@@ -35,3 +35,2 @@ "main": "index.js", | ||
| "shisha": "^0.4.0", | ||
| "sleep": "^1.1.8", | ||
| "yargs": "^1.3.3" | ||
@@ -38,0 +37,0 @@ }, |
-738
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| fs.js:690 | ||
| return binding.lstat(pathModule._makeLong(path)); | ||
| ^ | ||
| Error: ENOENT, no such file or directory '/home/odino/projects/namshi/cdnwhaaat/package.json.8903b4dbc7dbdb8476f6e54572cf6b3d' | ||
| at Object.fs.lstatSync (fs.js:690:18) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:114:32 | ||
| at Function.forEach (/home/odino/local/lib/node_modules/nikki/node_modules/lodash/dist/lodash.js:3297:15) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:110:15 | ||
| at Object.oncomplete (fs.js:107:15) | ||
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| fs.js:690 | ||
| return binding.lstat(pathModule._makeLong(path)); | ||
| ^ | ||
| Error: ENOENT, no such file or directory '/home/odino/projects/namshi/cdnwhaaat/package.json.6411803d25c7784ea57242d8e1322348' | ||
| at Object.fs.lstatSync (fs.js:690:18) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:114:32 | ||
| at Function.forEach (/home/odino/local/lib/node_modules/nikki/node_modules/lodash/dist/lodash.js:3297:15) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:110:15 | ||
| at Object.oncomplete (fs.js:107:15) | ||
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| events.js:72 | ||
| throw er; // Unhandled 'error' event | ||
| ^ | ||
| Error: listen EADDRINUSE | ||
| at errnoException (net.js:904:11) | ||
| at Server._listen2 (net.js:1042:14) | ||
| at listen (net.js:1064:10) | ||
| at Server.listen (net.js:1138:5) | ||
| at D.dnode.listen (/home/odino/local/lib/node_modules/nikki/node_modules/dnode/index.js:117:16) | ||
| at Object.module.exports.setup (/home/odino/local/lib/node_modules/nikki/server/signals.js:22:12) | ||
| at module.exports (/home/odino/local/lib/node_modules/nikki/server/run.js:53:13) | ||
| at Object.<anonymous> (/home/odino/local/lib/node_modules/nikki/server/index.js:33:1) | ||
| at Module._compile (module.js:456:26) | ||
| at Object.Module._extensions..js (module.js:474:10) | ||
| fs.js:690 | ||
| return binding.lstat(pathModule._makeLong(path)); | ||
| ^ | ||
| Error: ENOENT, no such file or directory '/home/odino/projects/namshi/cdnwhaaat/package.json.3439a270cc8849ea61e8924db6bd2ce8' | ||
| at Object.fs.lstatSync (fs.js:690:18) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:114:32 | ||
| at Function.forEach (/home/odino/local/lib/node_modules/nikki/node_modules/lodash/dist/lodash.js:3297:15) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:110:15 | ||
| at Object.oncomplete (fs.js:107:15) | ||
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| fs.js:690 | ||
| return binding.lstat(pathModule._makeLong(path)); | ||
| ^ | ||
| Error: ENOENT, no such file or directory '/home/odino/projects/namshi/cdnwhaaat/package.json.0209c30eb5ad879d91f8082bb4349d60' | ||
| at Object.fs.lstatSync (fs.js:690:18) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:114:32 | ||
| at Function.forEach (/home/odino/local/lib/node_modules/nikki/node_modules/lodash/dist/lodash.js:3297:15) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:110:15 | ||
| at Object.oncomplete (fs.js:107:15) | ||
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| fs.js:690 | ||
| return binding.lstat(pathModule._makeLong(path)); | ||
| ^ | ||
| Error: ENOENT, no such file or directory '/home/odino/projects/namshi/cdnwhaaat/npm-debug.log.47132a6d0b3a932fe4289cf21611540d' | ||
| at Object.fs.lstatSync (fs.js:690:18) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:114:32 | ||
| at Function.forEach (/home/odino/local/lib/node_modules/nikki/node_modules/lodash/dist/lodash.js:3297:15) | ||
| at /home/odino/local/lib/node_modules/nikki/server/socket.js:110:15 | ||
| at Object.oncomplete (fs.js:107:15) | ||
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| Nikki v0.27.5 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| file_preview: ctrl + alt + p | ||
| open_in_github: ctrl + g, command + g | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| file_move_up: up | ||
| file_delete: delete | ||
| file_move_down: down | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| question_confirm: y | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| directory_move_up: ctrl + left | ||
| find: ctrl + shift + f, command + shift + f | ||
| grep: ctrl + shift + g, command + shift + g | ||
| file_save: ctrl + s, command + s | ||
| question_abort: n | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| file_open: space | ||
| indentation: 2 spaces | ||
| extensions: | ||
| java: java | ||
| py: python | ||
| xml: xml | ||
| html: html | ||
| coffee: coffescript | ||
| sql: sql | ||
| scss: scss | ||
| yml: yaml | ||
| json: json | ||
| css: css | ||
| md: markdown | ||
| php: php | ||
| js: javascript | ||
| markdown: markdown | ||
| rb: ruby | ||
| c: c | ||
| theme: cobalt | ||
| font-size: 13px | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| process-name: nikki | ||
| watch: true | ||
| events.js:72 | ||
| throw er; // Unhandled 'error' event | ||
| ^ | ||
| Error: listen EADDRINUSE | ||
| at errnoException (net.js:904:11) | ||
| at Server._listen2 (net.js:1042:14) | ||
| at listen (net.js:1064:10) | ||
| at Server.listen (net.js:1138:5) | ||
| at D.dnode.listen (/home/odino/local/lib/node_modules/nikki/node_modules/dnode/index.js:117:16) | ||
| at Object.module.exports.setup (/home/odino/local/lib/node_modules/nikki/server/signals.js:22:12) | ||
| at module.exports (/home/odino/local/lib/node_modules/nikki/server/run.js:53:13) | ||
| at Object.<anonymous> (/home/odino/local/lib/node_modules/nikki/server/index.js:33:1) | ||
| at Module._compile (module.js:456:26) | ||
| at Object.Module._extensions..js (module.js:474:10) | ||
| Nikki v0.28.1 | ||
| Configuration used: | ||
| paths: | ||
| - /home/odino/local/lib/node_modules/nikki | ||
| - /home/odino | ||
| - /home/odino/projects/namshi/cdnwhaaat | ||
| app: | ||
| host: localhost | ||
| port: 9123 | ||
| open: true | ||
| daemon: | ||
| port: 9124 | ||
| editor: | ||
| shortcuts: | ||
| tab_close: ctrl + shift + l, command + shift + l | ||
| grep: ctrl + shift + g, command + shift + g | ||
| question_abort: n | ||
| file_delete: delete | ||
| file_save: ctrl + s, command + s | ||
| file_open: space | ||
| tab_move_left: ctrl + openanglebracket, command + openanglebracket | ||
| open_in_github: ctrl + g, command + g | ||
| directory_move_up: ctrl + left | ||
| question_confirm: y | ||
| file_preview: ctrl + alt + p | ||
| file_move_up: up | ||
| file_move_down: down | ||
| focus_switch: ctrl + shift + x, command + shift + x | ||
| tab_move_right: ctrl + closeanglebracket, command + closeanglebracket | ||
| find: ctrl + shift + f, command + shift + f | ||
| indentation: 2 spaces | ||
| font-size: 13px | ||
| extensions: | ||
| yml: yaml | ||
| json: json | ||
| c: c | ||
| py: python | ||
| scss: scss | ||
| xml: xml | ||
| md: markdown | ||
| go: golang | ||
| php: php | ||
| sql: sql | ||
| rb: ruby | ||
| js: javascript | ||
| java: java | ||
| coffee: coffescript | ||
| css: css | ||
| markdown: markdown | ||
| html: html | ||
| theme: cobalt | ||
| projects: | ||
| default: cwd | ||
| ignore: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| search: | ||
| timeout: 300 | ||
| exclude: | ||
| - .git | ||
| - .svn | ||
| - .idea | ||
| - bower_components | ||
| - node_modules | ||
| github: | ||
| enabled: false | ||
| username: your GH username | ||
| path: /home/USER/projects | ||
| default_branch: master | ||
| general: | ||
| watch: true | ||
| process-name: nikki |
5
-16.67%111
0.91%67213
-23.85%6
-14.29%- Removed
- Removed
- Removed