refs #5640:
* updated gruntfile.js with de_j59, de_bn3 and adlr_link * changed package.json name to vufind2-foundation (e.g. for community release) * added node_modules to .gitignore
gruntfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "vufind2-foundation", | |||
"version": "1.0.0", | |||
"description": "FNDTN5 theme for Vufind", | |||
"main": "gruntfile.js", | |||
"dependencies": { | |||
"grunt-contrib-watch": "^0.6.1", | |||
"grunt-sass": "^1.0.0" | |||
}, | |||
"devDependencies": { | |||
"grunt": "~0.4.5", | |||
"grunt-sass": "~1.0.0", | |||
"grunt-contrib-watch": "~0.6.1" | |||
} | |||
} |
Please register or sign in to comment