ソースを参照

HUE-8718 [doc] Add info on how to build the Ace editor

Johan Ahlen 6 年 前
コミット
1e85de1
2 ファイル変更11 行追加0 行削除
  1. 9 0
      docs/sdk/sdk.md
  2. 2 0
      package.json

+ 9 - 0
docs/sdk/sdk.md

@@ -997,6 +997,15 @@ Install jison from branch https://github.com/JohanAhlen/jison and run "npm insta
 make sql-all-parsers
 ```
 
+### Ace Editor
+
+After modifying files under tools/ace-editor run the following to build ace.js
+
+```
+npm install
+make ace
+```
+
 ### Internationalization
 
 How to update all the messages and compile them::

+ 2 - 0
package.json

@@ -35,12 +35,14 @@
     "xml2js": "^0.4.19"
   },
   "devDependencies": {
+    "architect-build": "0.1.1",
     "babel-core": "6.22.1",
     "babel-jscs": "3.0.0-beta1",
     "babel-loader": "6.2.5",
     "babel-plugin-transform-es2015-modules-amd": "6.8.0",
     "babel-plugin-transform-strict-mode": "6.6.5",
     "babel-preset-es2015": "6.6.0",
+    "dryice": "0.4.11",
     "expose-loader": "0.7.1",
     "grunt": "0.4.5",
     "grunt-contrib-less": "1.3.0",