Skip to content

Commit 42c0fc0

Browse files
authored
Merge pull request #154 from AlaaN-Smadi/master
add empty screen and skeleton loading
2 parents ba485d9 + 2017871 commit 42c0fc0

14 files changed

+96
-1438
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ gulp.task('html', function(){
146146

147147

148148
gulp.task('resources', function(){
149-
return gulp.src(['resources/*','widget/fonticons/**','plugin.json'],{base: '.'})
149+
return gulp.src(['resources/*','plugin.json'],{base: '.'})
150150
.pipe(gulp.dest(destinationFolder ));
151151
});
152152

153153

154154
gulp.task('images', function(){
155-
return gulp.src(['**/.images/**','control/design/icons/**','control/design/layouts/**'],{base: '.'})
155+
return gulp.src(['**/.images/**','control/design/icons/**','control/design/layouts/**','widget/assets/**'],{base: '.'})
156156
.pipe(imagemin())
157157
.pipe(gulp.dest(destinationFolder ));
158158
});

widget/assets/empty_page.svg

Lines changed: 11 additions & 0 deletions
Loading
-19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)