diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:48:12 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:48:12 +0100 |
commit | 9f12605f7ebc9ca5575fc4ee9900e0e821366c4d (patch) | |
tree | cbb1e9c475134ebbc22edefa4128b0a48f1e5770 /searx/static/themes/oscar/package.json | |
parent | e3957d6adf5298dbc009a0892f5c088c397c586b (diff) | |
download | searxng-9f12605f7ebc9ca5575fc4ee9900e0e821366c4d.tar.gz searxng-9f12605f7ebc9ca5575fc4ee9900e0e821366c4d.zip |
[enh] themes static content refactor
Diffstat (limited to 'searx/static/themes/oscar/package.json')
-rw-r--r-- | searx/static/themes/oscar/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json new file mode 100644 index 000000000..945b7943d --- /dev/null +++ b/searx/static/themes/oscar/package.json @@ -0,0 +1,15 @@ +{ + "devDependencies": { + "grunt": "~0.4.5", + "grunt-contrib-uglify": "~0.6.0", + "grunt-contrib-watch" : "~0.6.1", + "grunt-contrib-concat" : "~0.5.0", + "grunt-contrib-jshint" : "~0.10.0" + }, + + "scripts": { + "build": "npm install && grunt", + "start": "grunt watch", + "test": "grunt" + } +} |