File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< %= render 'head' %>
22
3- < body class ="api <%= ENV['ENTERPRISE '] ? 'enterprise ' : '' %> ">
3+ < body class ="api <%= ENV['DEV_MODE '] ? 'dev-mode ' : '' %> ">
44 < %= render 'header' %>
55
66 < div class ="sub-nav ">
Original file line number Diff line number Diff line change 11< %= render 'head' %>
22
3- < body class ="api <%= ENV['ENTERPRISE '] ? 'enterprise ' : '' %> ">
3+ < body class ="api <%= ENV['DEV_MODE '] ? 'dev-mode ' : '' %> ">
44 < %= render 'header' %>
55
66 < div class ="sub-nav ">
Original file line number Diff line number Diff line change 11< %= render 'head' %>
22
3- < body class ="api <%= ENV['ENTERPRISE '] ? 'enterprise ' : '' %> ">
3+ < body class ="api <%= ENV['DEV_MODE '] ? 'dev-mode ' : '' %> ">
44 < %= render 'header' %>
55
66 < div class ="sub-nav ">
Original file line number Diff line number Diff line change @@ -9,9 +9,4 @@ echo "*********************************************************************"
99echo " "
1010echo " "
1111
12- if [ " --enterprise" == " $1 " ]; then
13- echo ' ~~~~ Enterprise Mode Activated ~~~~'
14- ENTERPRISE=true bundle exec guard
15- else
16- bundle exec guard
17- fi
12+ DEV_MODE=true bundle exec guard
You can’t perform that action at this time.
0 commit comments