Skip to content

Commit

Permalink
removed resemble
Browse files Browse the repository at this point in the history
  • Loading branch information
vakata committed Jul 28, 2022
1 parent b23ca91 commit 2653152
Show file tree
Hide file tree
Showing 3 changed files with 14,144 additions and 30 deletions.
22 changes: 0 additions & 22 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,27 +124,6 @@ module.exports = function(grunt) {
}
},
},
resemble: {
options: {
screenshotRoot: 'test/visual/screenshots/',
url: 'http://127.0.0.1/jstree/test/visual/',
gm: false
},
desktop: {
options: {
width: 1280,
},
src: ['desktop'],
dest: 'desktop',
},
mobile: {
options: {
width: 360,
},
src: ['mobile'],
dest: 'mobile'
}
},
imagemin: {
dynamic: {
options: { // Target options
Expand Down Expand Up @@ -188,7 +167,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-less');
grunt.loadNpmTasks('grunt-contrib-qunit');
grunt.loadNpmTasks('grunt-resemble-cli');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-imagemin');
grunt.loadNpmTasks('grunt-text-replace');
Expand Down
Loading

0 comments on commit 2653152

Please sign in to comment.