Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ bower_components

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
ui/build
ui/test-results

# Dependency directories
node_modules/
Expand Down Expand Up @@ -101,3 +103,6 @@ dist

# TernJS port file
.tern-port

# Downloaded binaries
binaries
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ debug: ## Start the extension in debug mode

hot-reload: ## Enable hot reloading
docker extension dev ui-source $(IMAGE) http://localhost:3000
cd ui/ && npm start
cd ui/ && npm run dev

stop-hot-realoading: ## Disable hot reloading
docker extension dev reset $(IMAGE)
Expand Down
Loading