You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2016/01/18 21:31:47 UTC

[11/11] allura git commit: [#8039] Add broccoli-timepiece to package.json so it can be installed locally

[#8039] Add broccoli-timepiece to package.json so it can be installed locally


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/3c2fee08
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/3c2fee08
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/3c2fee08

Branch: refs/heads/master
Commit: 3c2fee08cbdd92069abec80148fadc659d4deb3b
Parents: 5757f00
Author: Heith Seewald <he...@gmail.com>
Authored: Mon Jan 18 15:21:56 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Mon Jan 18 15:21:56 2016 -0500

----------------------------------------------------------------------
 Allura/docs/development/contributing.rst | 1 -
 package.json                             | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/3c2fee08/Allura/docs/development/contributing.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/development/contributing.rst b/Allura/docs/development/contributing.rst
index 73a9974..40c6aca 100644
--- a/Allura/docs/development/contributing.rst
+++ b/Allura/docs/development/contributing.rst
@@ -105,7 +105,6 @@ To transpile those files as soon as you edit them:
 
 .. code-block:: bash
 
-    ~$ npm install -g broccoli-timepiece
     ~$ cd ~/src/allura
     ~$ npm run watch
 

http://git-wip-us.apache.org/repos/asf/allura/blob/3c2fee08/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 94702bb..3b27d67 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
     "broccoli-funnel": "^0.2.8",
     "broccoli-merge-trees": "^0.2.3",
     "broccoli-sourcemap-concat": "^2.0.1",
+    "broccoli-timepiece": "^0.3.0",
     "broccoli-uglify-js": "^0.1.3",
     "eslint": "^1.10.3",
     "eslint-plugin-html": "^1.2.0",