-
-
Notifications
You must be signed in to change notification settings - Fork 4
Build_dev
IDMarinas edited this page Feb 20, 2019
·
2 revisions
It is possible to build LoTGD for use in a development environment. This builds LoTGD in the following way:
- All files are copied under the
dist
folder- The content of this folder is the one that has to be copied to your local server for testing.
- Note that you have probably noticed that the
vendor/
folder has not been copied, this is because its size makes the process slower for a development environment. Besides being unnecessary 99% of the time.- Copy the
vendor/
folder to your local server whenever necessary.
- Copy the
- JS files are not minimized or compressed
- No cleaning of unnecessary files
- No optimization of resources
Execute the following command to build the development version.
gulp