Show More
@@ -111,15 +111,18 b' time operation::' | |||
|
111 | 111 | Compile CSS and JavaScript |
|
112 | 112 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
113 | 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:: | |
|
114 | To use the application's frontend and prepare it for production deployment, | |
|
115 | you will need to compile the CSS and JavaScript with Grunt. | |
|
116 | This is easily done from within the nix-shell using the following command:: | |
|
117 | ||
|
118 | grunt | |
|
117 | 119 | |
|
118 | make web-build | |
|
120 | When developing new features you will need to recompile following any | |
|
121 | changes made to the CSS or JavaScript files when developing the code:: | |
|
119 | 122 |
|
|
120 | You will need to recompile following any changes made to the CSS or JavaScript | |
|
121 | files. | |
|
123 | grunt watch | |
|
122 | 124 | |
|
125 | This prepares the development (with comments/whitespace) versions of files. | |
|
123 | 126 | |
|
124 | 127 | Start the Development Server |
|
125 | 128 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
@@ -45,6 +45,11 b' JavaScript' | |||
|
45 | 45 | ---------- |
|
46 | 46 | This currently remains undefined. Suggestions welcome! |
|
47 | 47 | |
|
48 | However, we have decided to go forward with W3C standards and picked | |
|
49 | WebComponents as the foundation of user interface. New functionality should | |
|
50 | be implemented as components using the | |
|
51 | `Polymer Project` <https://www.polymer-project.org>`_ library | |
|
52 | and should avoid external dependencies like `jquery`. | |
|
48 | 53 | |
|
49 | 54 | HTML |
|
50 | 55 | ---- |
General Comments 0
You need to be logged in to leave comments.
Login now