Skip to content

Commit

Permalink
.color-picker images
Browse files Browse the repository at this point in the history
  • Loading branch information
veneliniliev committed May 25, 2017
1 parent f997de6 commit b888ab6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Providers/AdministrationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public function boot()
$this->publishes([
__DIR__ . '/../../public/assets' => public_path('vendor/provision/administration'),
__DIR__ . '/../../../media-manager/Public' => public_path('vendor/provision/media-manager'),
__DIR__ . '/../../public/img' => public_path('vendor/provision/administration/img'),
], 'public');

/*
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ elixir(function (mix) {
.copy('resources/assets/bower_components/tinymce/themes', 'public/assets/js/themes/')
.copy('resources/assets/bower_components/tinymce/skins', 'public/assets/js/skins/')
.copy('resources/assets/bower_components/tinymce/plugins', 'public/assets/js/plugins/')
.copy('resources/assets/bower_components/bootstrap-colorpicker/dist/img', 'public/img/bootstrap-colorpicker/')
.copy('resources/assets/bower_components/bootstrap-colorpicker/dist/img', 'public/img')
.publish();
});

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit b888ab6

Please sign in to comment.