├── .gitignore ├── LICENSE-MIT ├── README.md ├── package.json └── tasks └── backstop.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddluc/grunt-backstop/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddluc/grunt-backstop/HEAD/LICENSE-MIT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddluc/grunt-backstop/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddluc/grunt-backstop/HEAD/package.json -------------------------------------------------------------------------------- /tasks/backstop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddluc/grunt-backstop/HEAD/tasks/backstop.js --------------------------------------------------------------------------------