summaryrefslogtreecommitdiff
path: root/INSTALL.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 14:15:38 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 18:09:13 -0400
commit60fd3a9845987713e9f0971e2eabfe847c68ff57 (patch)
tree4646dcac132b5348eba302fa4d13f5159960875f /INSTALL.sh
parente83d7d8f474ed93bf11e7f595056f7f6c0a6e923 (diff)
Use requirejs to load JS modules; use yarn to get requirejs
Diffstat (limited to 'INSTALL.sh')
-rwxr-xr-xINSTALL.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.sh b/INSTALL.sh
index a7043af..7f9d478 100755
--- a/INSTALL.sh
+++ b/INSTALL.sh
@@ -14,3 +14,6 @@ gem install nokogiri -- --use-system-libraries
sudo pacman -S --needed -- ruby-sass
#sudo pacman -S --needed -- ruby
#gem install sass
+
+# Yarn
+sudo pacman -S --needed -- yarn