|
@@ -67,6 +67,7 @@ With exception of Admin Panel, Misago frontend relies heavily on React.js compon
|
|
|
|
|
|
* **build** does production build of Misago's assets, concating and minifying javascripts, css and images, as well as moving them to misago/static directory
|
|
* **build** does production build of Misago's assets, concating and minifying javascripts, css and images, as well as moving them to misago/static directory
|
|
* **watch** does quick build for assets (concat assets into single files, compile less, deploy to misago/static but don't minify/optimize) as well as runs re-build when less/js changes
|
|
* **watch** does quick build for assets (concat assets into single files, compile less, deploy to misago/static but don't minify/optimize) as well as runs re-build when less/js changes
|
|
|
|
+* **watchstyle** does quick build of less files, and re-builds when they change)
|
|
* **test** runs Mocha.js tests suite for Misago's javascript
|
|
* **test** runs Mocha.js tests suite for Misago's javascript
|
|
|
|
|
|
To start work on custom frontend for Misago, fork and install it locally to have development forum setup. You can now develop custom theme by modifing assets in ``frontend`` directory, however special care should be taken when changing source javascripts.
|
|
To start work on custom frontend for Misago, fork and install it locally to have development forum setup. You can now develop custom theme by modifing assets in ``frontend`` directory, however special care should be taken when changing source javascripts.
|