14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"main": "Gruntfile.js",
|
|
"devDependencies": {
|
|
"grunt": "^1.3.0",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-qunit": "^4.0.0",
|
|
"sass": "^1.29.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"build:css": "sass --no-source-map --no-error-css src/layout/css/style.scss src/pytest_html/resources/style.css"
|
|
}
|
|
}
|