ausybenelux / Ocelot

Ocelot is a theming starter kit for drupal 7.
5 stars 2 forks source link

Package.json add postinstall script to clean out .info files #92

Closed driesd closed 9 years ago

driesd commented 9 years ago

"scripts": { "postinstall": "find node_modules/ -name \"*.info\" -type f -delete" }

driesd commented 9 years ago

Like this

{ "author": "One Agency", "name": "kotkomega", "version": "0.0.1", "dependencies": {}, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-compass": "", "grunt-contrib-coffee": "", "grunt-contrib-jshint": "", "grunt-contrib-concat": "", "grunt-contrib-uglify": "", "grunt-contrib-watch": "", "grunt-contrib-imagemin": "", "grunt-scss-lint": "", "matchdep": "" }, "engines": { "node": ">=0.8.0" }, "scripts": { "postinstall": "find nodemodules/ -name \".info\" -type f -delete" } }

rob-bar commented 9 years ago

Deze ga ik sluiten omdat die er al inzit.