Show More
@@ -108,6 +108,19 b' time operation::' | |||
|
108 | 108 | --repos=~/my_dev_repos |
|
109 | 109 | |
|
110 | 110 | |
|
111 | Compile CSS and JavaScript | |
|
112 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
|
113 | ||
|
114 | To use the application's frontend, you will need to compile the CSS and | |
|
115 | JavaScript with Grunt. This is easily done from within the nix-shell using the | |
|
116 | following command:: | |
|
117 | ||
|
118 | make web-build | |
|
119 | ||
|
120 | You will need to recompile following any changes made to the CSS or JavaScript | |
|
121 | files. | |
|
122 | ||
|
123 | ||
|
111 | 124 | Start the Development Server |
|
112 | 125 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
113 | 126 |
General Comments 0
You need to be logged in to leave comments.
Login now