Skip to content

Commit

Permalink
Improve ws Js dependancy management
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Feb 13, 2024
1 parent 7677e98 commit dcd1025
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 54 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ examples/projects/ESP32/button/sdkconfig.esp32dev
examples/projects/ESP32/led/sdkconfig.esp32dev
tool_services/pipe/WS/ARDUINO/arduinoWebSockets/
mongoose/
examples/projects/browser/**/node_modules/
*.pyc
36 changes: 0 additions & 36 deletions examples/projects/browser/led/package-lock.json

This file was deleted.

17 changes: 0 additions & 17 deletions examples/projects/browser/led/package.json

This file was deleted.

7 changes: 7 additions & 0 deletions network/ws_network/HAL/BROWSER/hal_script.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/python
# This sript is used to import network dependancies

# Install ws Js dependancy using `npm install ws`
Import("env")

env.Execute("npm install --prefix $BUILD_DIR ws")

0 comments on commit dcd1025

Please sign in to comment.