8000 Created images for cards and created task in gulpfile for copy all im… · vs0uz4/l5vueka-laravel-vuejs@47b0103 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47b0103

Browse files
committed
Created images for cards and created task in gulpfile for copy all images
1 parent d2bba23 commit 47b0103

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

gulpfile.js

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ elixir((mix) => {
2020
*/
2121
mix.copy('node_modules/font-awesome/fonts', 'public/build/fonts');
2222

23+
/**
24+
* Coping images of menu cards for public/imgs path
25+
*/
26+
mix.copy('resources/assets/imgs', 'public/imgs');
27+
2328
/**
2429
* Building Javascript files
2530
*/

resources/assets/imgs/addresses.png

9.96 KB
Loading

resources/assets/imgs/users.png

65.1 KB
Loading

0 commit comments

Comments
 (0)
0