From 18d03e6f40dc343215cda4bba7837bde70d80ee9 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 2 Jan 2023 04:14:36 -0500 Subject: [PATCH] gulp node_modules just work if installed by tts_js for php compiler. --- README | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README b/README index 9fb5af8..ea32db9 100644 --- a/README +++ b/README @@ -31,21 +31,20 @@ cd /var/www/frames/tts_framework/src php compiler.php ``` -### Auto-Watch Compile the framework on PHP changes!!! +### Install JavaScript Lib: ``` -cd /var/www/frames/tts_framework -# Install nodejs, npm, then if gulp-cli not installed yet: +cd /var/www/frames/ +git clone https://git.mysnippetsofcode.com/tts/tts_js.git sudo npm install --global gulp-cli npm install gulp ``` -### Install JavaScript Lib: +### Auto-Watch Compile the framework on PHP changes!!! +## Note gulp will use a symbolic link to /var/www/frames/tts_js/node_modules +## So, gulp should just work if installed in the above steps. ``` -cd /var/www/frames/ -git clone https://git.mysnippetsofcode.com/tts/tts_js.git -sudo npm install --global gulp-cli -npm install +cd /var/www/frames/tts_framework gulp ```