├── .gitignore ├── LICENSE ├── README.md ├── package.json └── tasks └── kraken.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kraken-io/grunt-contrib-kraken/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kraken-io/grunt-contrib-kraken/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kraken-io/grunt-contrib-kraken/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kraken-io/grunt-contrib-kraken/HEAD/package.json -------------------------------------------------------------------------------- /tasks/kraken.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kraken-io/grunt-contrib-kraken/HEAD/tasks/kraken.js --------------------------------------------------------------------------------