Show More
@@ -111,15 +111,18 b' time operation::' | |||||
111 | Compile CSS and JavaScript |
|
111 | Compile CSS and JavaScript | |
112 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
112 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
113 |
|
113 | |||
114 | To use the application's frontend, you will need to compile the CSS and |
|
114 | To use the application's frontend and prepare it for production deployment, | |
115 | JavaScript with Grunt. This is easily done from within the nix-shell using the |
|
115 | you will need to compile the CSS and JavaScript with Grunt. | |
116 | following command:: |
|
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 |
|
123 | grunt watch | |
121 | files. |
|
|||
122 |
|
124 | |||
|
125 | This prepares the development (with comments/whitespace) versions of files. | |||
123 |
|
126 | |||
124 | Start the Development Server |
|
127 | Start the Development Server | |
125 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
128 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
@@ -45,6 +45,11 b' JavaScript' | |||||
45 | ---------- |
|
45 | ---------- | |
46 | This currently remains undefined. Suggestions welcome! |
|
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 | HTML |
|
54 | HTML | |
50 | ---- |
|
55 | ---- |
General Comments 0
You need to be logged in to leave comments.
Login now