Fix for proposal HTML/CSS export
This commit is contained in:
parent
2816f1beae
commit
c4dc100180
|
|
@ -111,8 +111,6 @@ elixir(function(mix) {
|
||||||
|
|
||||||
mix.scripts([
|
mix.scripts([
|
||||||
bowerDir + '/grapesjs/dist/grapes.js',
|
bowerDir + '/grapesjs/dist/grapes.js',
|
||||||
'grapesjs-blocks-basic.min.js',
|
|
||||||
'grapesjs-preset-newsletter.min.js',
|
|
||||||
], 'public/js/grapesjs.min.js');
|
], 'public/js/grapesjs.min.js');
|
||||||
|
|
||||||
mix.scripts([
|
mix.scripts([
|
||||||
|
|
|
||||||
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.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"/>
|
<link href="{{ asset('css/grapesjs.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue