mirror of
https://github.com/searxng/searxng.git
synced 2026-05-31 15:07:17 +02:00
[enh][oscar_template] split js-files and compile them together
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user