File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ exclude:
10
10
11
11
baseUrl : http://swisnl.github.io/jQuery-contextMenu
12
12
scripts :
13
+ before :
14
+ - mkdir website/dist
15
+ - cp -R ../dist/* website/dist/
13
16
after :
17
+ - rm -rf website/dist/
14
18
- cp .couscous/generated/demo/* ../test/integration/html
15
19
16
20
Original file line number Diff line number Diff line change 12
12
<link rel =" stylesheet" href =" {{ baseUrl }}/css/theme.css" type =" text/css" />
13
13
<link rel =" stylesheet" href =" {{ baseUrl }}/css/theme-fixes.css" type =" text/css" />
14
14
<link rel =" stylesheet" href =" //cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css" >
15
- <link href =" https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/1.9.0 /jquery.contextMenu.min.css" rel =" stylesheet" type =" text/css" />
15
+ <link href =" {{ baseUrl }}/dist /jquery.contextMenu.min.css" rel =" stylesheet" type =" text/css" />
16
16
17
17
<script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js" ></script >
18
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/1.9.0 /jquery.contextMenu.min.js" type =" text/javascript" ></script >
18
+ <script src =" {{ baseUrl }}/dist /jquery.contextMenu.min.js" type =" text/javascript" ></script >
19
19
20
20
<script src =" {{ baseUrl }}/js/jquery.ui.position.min.js" type =" text/javascript" ></script >
21
21
You can’t perform that action at this time.
0 commit comments