소스 검색

[tools] Add a note about building ace

Romain Rigaux 10 년 전
부모
커밋
cc4ee17
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      tools/ace-editor/hue-ace-dev.sh

+ 8 - 0
tools/ace-editor/hue-ace-dev.sh

@@ -15,6 +15,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+#
+# First install Ace
+#
+#   npm install
+#   node ./Makefile.dryice.js
+#
+# https://github.com/ajaxorg/ace#building-ace
+
 echo "Compiling and copying Ace Editor for Hue"
 rm -rf ../../desktop/core/src/desktop/static/desktop/js/ace/* || echo "Skipping removal of folder"
 node ./Makefile.dryice.js minimal --nc --s --target ../../desktop/core/src/desktop/static/desktop/js/ace/