README.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. install dependencies
  2. ~~~~~~~~~~~~~~~~~~~~
  3. run this command in the directory ``searx/static/themes/oscar``
  4. ``npm install``
  5. compile sources
  6. ~~~~~~~~~~~~~~~
  7. run this command in the directory ``searx/static/themes/oscar``
  8. ``grunt``
  9. or in the root directory:
  10. ``make grunt``
  11. directory structure
  12. ~~~~~~~~~~~~~~~~~~~
  13. see:
  14. - gruntfile.js
  15. - package.json
  16. *************
  17. css directory
  18. *************
  19. - ``bootstrap*``: bootstrap NPM package,
  20. - ``leaflet.*``: leaflet NPM package
  21. - ``leaflet.min.css``: minimized version of ``leaflet.css`` (see gruntfile.js)
  22. - ``logicodev.*``: compiled from ``src/less/logicodev``
  23. - ``logicodev-dark*``: compiled from ``src/less/logicodev-dark``
  24. - ``pointhi*``: compiled from ``src/less/pointhi``
  25. - ``images``: leaflet NPM package
  26. **************
  27. font directory
  28. **************
  29. - from bootstrap NPM package
  30. ************
  31. js directory
  32. ************
  33. - ``searx.*``: compiled from ``src/js``
  34. - other files are from NPM packages
  35. *************
  36. img directory
  37. *************
  38. - images for the oscar theme