1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Fix for proposal HTML/CSS export

This commit is contained in:
Hillel Coren 2018-03-21 16:11:09 +02:00
parent 2816f1beae
commit c4dc100180
6 changed files with 22 additions and 31 deletions

View File

@ -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([

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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>