[PR #95] [CLOSED] Fix #77, and allow npm install --production #245

Closed
opened 2026-02-26 05:31:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NarrativeScience-old/log.io/pull/95
Author: @bpaquet
Created: 10/2/2013
Status: Closed

Base: masterHead: master


📝 Commits (7)

  • f8f07a3 Fix #77 : slow startup crash tests
  • 621c9ef Do not launch dev tasks when installing in production mode (npm install --production)
  • f162ac2 Fix log.io start
  • bbe2c26 Merge remote-tracking branch 'original/master'
  • d83489b Pre compile all stuff
  • 1d53f72 Remove postinstall hook
  • 2f2143a Extract build

📊 Changes

14 files changed (+19844 additions, -61 deletions)

View changed files

📝 .gitignore (+0 -3)
📝 Cakefile (+6 -0)
📝 bin/log.io-server (+1 -1)
build.sh (+6 -0)
lib/client.js (+1188 -0)
lib/harvester.js (+216 -0)
lib/log.io.css (+71 -0)
lib/log.io.js (+17562 -0)
lib/server.js (+474 -0)
lib/templates.js (+24 -0)
📝 package.json (+2 -6)
src/templates.coffee (+89 -0)
📝 test/functional.coffee (+54 -51)
test/lib/functional.js (+151 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NarrativeScience-old/log.io/pull/95 **Author:** [@bpaquet](https://github.com/bpaquet) **Created:** 10/2/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`f8f07a3`](https://github.com/NarrativeScience-old/log.io/commit/f8f07a3f890729e184344fa025a08c38da070e7a) Fix #77 : slow startup crash tests - [`621c9ef`](https://github.com/NarrativeScience-old/log.io/commit/621c9ef87f71764e315416ac51b74982bccd4666) Do not launch dev tasks when installing in production mode (npm install --production) - [`f162ac2`](https://github.com/NarrativeScience-old/log.io/commit/f162ac2ee8f90d79e16890888fc6349dd7c740bb) Fix log.io start - [`bbe2c26`](https://github.com/NarrativeScience-old/log.io/commit/bbe2c26026a375d54ea46d7f46d9f0022552f9d6) Merge remote-tracking branch 'original/master' - [`d83489b`](https://github.com/NarrativeScience-old/log.io/commit/d83489b737c09a15060ce2ed47576bf9fab99e44) Pre compile all stuff - [`1d53f72`](https://github.com/NarrativeScience-old/log.io/commit/1d53f72aefb66d0d2c36bf5e1f54d2bedc9fdf79) Remove postinstall hook - [`2f2143a`](https://github.com/NarrativeScience-old/log.io/commit/2f2143a011dbfed6ffc471c7c43d06594753882b) Extract build ### 📊 Changes **14 files changed** (+19844 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -3) 📝 `Cakefile` (+6 -0) 📝 `bin/log.io-server` (+1 -1) ➕ `build.sh` (+6 -0) ➕ `lib/client.js` (+1188 -0) ➕ `lib/harvester.js` (+216 -0) ➕ `lib/log.io.css` (+71 -0) ➕ `lib/log.io.js` (+17562 -0) ➕ `lib/server.js` (+474 -0) ➕ `lib/templates.js` (+24 -0) 📝 `package.json` (+2 -6) ➕ `src/templates.coffee` (+89 -0) 📝 `test/functional.coffee` (+54 -51) ➕ `test/lib/functional.js` (+151 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:31:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#245
No description provided.