mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Fix for proposal HTML/CSS export
This commit is contained in:
parent
2816f1beae
commit
c4dc100180
@ -111,8 +111,6 @@ elixir(function(mix) {
|
||||
|
||||
mix.scripts([
|
||||
bowerDir + '/grapesjs/dist/grapes.js',
|
||||
'grapesjs-blocks-basic.min.js',
|
||||
'grapesjs-preset-newsletter.min.js',
|
||||
], 'public/js/grapesjs.min.js');
|
||||
|
||||
mix.scripts([
|
||||
|
47
public/js/grapesjs.min.js
vendored
47
public/js/grapesjs.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,4 +1,6 @@
|
||||
<script src="{{ asset('js/grapesjs.min.js') }}?no_cache={{ NINJA_VERSION }}" type="text/javascript"></script>
|
||||
<script src="{{ asset('js/grapesjs-blocks-basic.min.js') }}?no_cache={{ NINJA_VERSION }}" type="text/javascript"></script>
|
||||
<script src="{{ asset('js/grapesjs-preset-newsletter.min.js') }}?no_cache={{ NINJA_VERSION }}" type="text/javascript"></script>
|
||||
<link href="{{ asset('css/grapesjs.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user