fixed printed material

WARNING : we are nox using gulp instead of grunt, watch for bugs
This commit is contained in:
Bachir Soussi Chiadmi
2016-01-19 19:23:16 +01:00
parent c9b16289ef
commit df107a0443
8 changed files with 6042 additions and 13867 deletions

View File

@@ -1,17 +1,18 @@
{
"name": "materiobasetheme",
"version": "1.0.0",
"description": "A theme for drupal.",
"main": "gulpfile.js",
"author": "Bachir Soussi Chiadmi",
"homepage": "http://materio.com",
"engines": {
"node": ">= 0.8.0"
},
"license": "GPLv3",
"homepage": "https://materio.com",
"devDependencies": {
"autoprefixer-core": "^5.1.5",
"grunt-contrib-compass": "^0.9.0",
"grunt-contrib-sass": "v0.7.3",
"grunt-contrib-watch": "v0.6.1",
"grunt-postcss": "^0.3.0",
"grunt-svg2png": "^0.2.7"
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-jsmin": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-strip-debug": "latest",
"gulp-watch": "latest"
}
}