diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-12-01 21:02:14 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-12-01 21:02:14 +0100 |
| commit | 45734ee5f4b9d2617b42a3359f776d9b21035371 (patch) | |
| tree | d2bea0f1ba7b793effc8d907041bf38da21743f5 /searx/static/oscar/README.rst | |
| parent | 623ce7988574d99478e952d181b9eeedc1fbbf52 (diff) | |
| parent | 427ee531bedea31e32ba5bf65dbc460c865033c6 (diff) | |
Merge pull request #136 from pointhi/template_oscar_fix
[oscar_template] split up js-files, FIX #132
Diffstat (limited to 'searx/static/oscar/README.rst ')
| -rw-r--r-- | searx/static/oscar/README.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/searx/static/oscar/README.rst b/searx/static/oscar/README.rst new file mode 100644 index 000000000..7a1800add --- /dev/null +++ b/searx/static/oscar/README.rst @@ -0,0 +1,17 @@ +install dependencies +~~~~~~~~~~~~~~~~~~~~ + +run this command in the directory ``searx/static/oscar`` + +``npm install`` + +compile sources +~~~~~~~~~~~~~~~ + +run this command in the directory ``searx/static/oscar`` + +``grunt`` + +or in the root directory: + +``make grunt`` |