Skip to content

Commit

Permalink
Comment out serving the field.css file since it is blank currently. I…
Browse files Browse the repository at this point in the history
…f we do need to add styling, uncomment
  • Loading branch information
chrispelzer committed Jan 14, 2019
1 parent efc1c5c commit 1a17b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CKEditorFieldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot()
Nova::script('ckeditor', config('nova.ckeditor-field.ckeditor_url', 'https://cdn.ckeditor.com/4.11.2/full-all/ckeditor.js'));

Nova::script('nova-ckeditor', __DIR__ . '/../dist/js/field.js');
Nova::style('nova-ckeditor', __DIR__ . '/../dist/css/field.css');
// Nova::style('nova-ckeditor', __DIR__ . '/../dist/css/field.css');
});

$this->publishes([
Expand Down

0 comments on commit 1a17b21

Please sign in to comment.