Skip to content

Commit

Permalink
Install event.js as dev, so that it is available when building an app…
Browse files Browse the repository at this point in the history
…lication container
  • Loading branch information
pascal-fb-martin committed Jan 18, 2022
1 parent 0c2dfc6 commit ee7175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dev:
for i in $(EXPORT_INCLUDE) ; do chown root:root /usr/local/include/$$i ; done
for i in $(EXPORT_INCLUDE) ; do chmod 644 /usr/local/include/$$i ; done
mkdir -p /usr/local/share/house/public
cp public/house.css /usr/local/share/house/public
cp public/house.css public/events.js /usr/local/share/house/public
chown root:root /usr/local/share/house/public/*
chmod 644 /usr/local/share/house/public/*

Expand Down

0 comments on commit ee7175b

Please sign in to comment.