You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/04/21 03:19:08 UTC

[incubator-flagon] branch FLAGON-344 updated: [FLAGON-378] WIP updates

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git


The following commit(s) were added to refs/heads/FLAGON-344 by this push:
     new d84e466  [FLAGON-378] WIP updates
d84e466 is described below

commit d84e46663cc424e7bad81595a6f54dadb331b089
Author: poorejc <po...@apache.org>
AuthorDate: Sat Apr 20 23:18:57 2019 -0400

    [FLAGON-378] WIP updates
---
 site/_docs/useralejs/modifying.md | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/site/_docs/useralejs/modifying.md b/site/_docs/useralejs/modifying.md
index edd42de..349f99b 100644
--- a/site/_docs/useralejs/modifying.md
+++ b/site/_docs/useralejs/modifying.md
@@ -4,24 +4,3 @@ component: useralejs
 permalink: /docs/useralejs/modifying
 priority: 11
 ---
-
-### Building UserALE.js
-
-To modify and build your own version of ``UserALE.js``, first clone the repo, install all dependencies, and make any desired changes. Then build and minify into the build/ folder:
-
-  ```shell
-  git clone https://github.com/apache/incubator-senssoft-useralejs.git
-  npm install
-  npm run build
-  ```
-
-### Testing and Linting
-
-We maintain code quality through linting and our test suite.  To run, or run and watch for changes:
-
-  ```shell
-  npm test
-  npm run example:watch
-  ```
-
-See ``package.json`` for full script options.