This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assets management documentation (#55)
- Loading branch information
Showing
4 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ Reference Guide | |
|
||
reference/introduction | ||
reference/installation | ||
reference/assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Assets | ||
====== | ||
|
||
Assets are managed with gulp which requires nodejs/npm and a global gulp install. | ||
|
||
* stylesheets are generated from .scss files located in ``/Resources/assets_src/src/scss`` | ||
* javascripts are generated from files located in ``/Resources/assets_src/src/js`` | ||
|
||
.. warning:: | ||
|
||
Do not edit directly files located in the ``/Resources/public`` folder, | ||
if you want to contribute, you should edit files in the ``/Resources/assets_src/src`` folder. | ||
|
||
|
||
Compiling Sources | ||
----------------- | ||
|
||
If you made some modifications in the sources, | ||
you can generate the public ones with the following command: | ||
|
||
.. code-block:: bash | ||
make assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters