Skip to content

Commit

Permalink
refresh libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Jul 14, 2019
1 parent d6ad3f6 commit ad55a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WebSite/src/web/public/prompto/prompto.pec
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ define hideReactContextMenu as native method doing:



@WidgetField(name="name", type=Document)
@WidgetField(name="state", type=Document)
@WidgetField(name="props", type=Document)
define ReactWidget as widget with methods:

Expand Down
6 changes: 3 additions & 3 deletions WebSite/src/web/refresh_libs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
cp -f ../../../../prompto-factory/CodeFactory/EditorApp/src/web/public/prompto/prompto.pec public/prompto/prompto.pec
cp -f ../../../../prompto-factory/CodeFactory/EditorApp/src/main/resources/js/lib/require.js public/js/lib/require.js
cp -f ../../../../prompto-factory/CodeFactory/EditorApp/src/main/resources/js/lib/prompto.core.bundle.js public/js/lib/prompto.core.bundle.js
cp -f ../../../../prompto-factory/CodeFactory/EditorApp/src/main/resources/js/lib/prompto.core.bundle.js.gz public/js/lib/prompto.core.bundle.js.gz
cp -f ../../../../prompto-factory/CodeFactory/CodeFactory/src/main/resources/js/lib/prompto.core.bundle.js public/js/lib/prompto.core.bundle.js
cp -f ../../../../prompto-factory/CodeFactory/CodeFactory/src/main/resources/js/lib/prompto.core.bundle.js.gz public/js/lib/prompto.core.bundle.js.gz
cp -f ../../../../prompto-factory/CodeFactory/CodeFactory/src/main/resources/js/lib/prompto.core.bundle.js.map public/js/lib/prompto.core.bundle.js.map


0 comments on commit ad55a99

Please sign in to comment.