Get rid of gulp, use lesscpy for LESS stylesheets
gulpfile.js
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | ||
"name": "memopol", | ||
"version": "3.0.0", | ||
"description": "git clone git@github.com:political-memory/django-representatives-votes.git git clone git@github.com:political-memory/django-representatives.git git clone git@github.com:political-memory/political_memory.git", | ||
"main": "manage.py", | ||
"dependencies": { | ||
"gulp-livereload": "^3.8.0", | ||
"gulp-gzip": "^1.1.0", | ||
"gulp-less": "^3.0.3", | ||
"gulp-minify-css": "^1.2.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-watch": "^4.3.1", | ||
"gulp": "^3.9.0" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.laquadrature.net:memopol/memopol.git" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} |
This diff is collapsed.
Please register or sign in to comment