Add build process to compile and minify less files

This commit is contained in:
Robert Marshall 2019-04-20 14:52:28 +01:00
parent 56cca63b2d
commit b2e741bffa
6 changed files with 4352 additions and 2 deletions

18
Website/package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-less": "^4.0.1"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Robert Marshall",
"license": "ISC",
"private": true
}