File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ deploy_master:
20
20
only :
21
21
- master
22
22
script :
23
- - dep -vvv deploy
23
+ - dep deploy
24
24
25
25
deploy_staging :
26
26
stage : deploy
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ module.exports = function(grunt) {
19
19
"./node_modules/pnotify/dist/pnotify.css" ,
20
20
"./node_modules/pnotify/dist/pnotify.buttons.css" ,
21
21
"./node_modules/bootsrap3-dialog/dist/css/bootstrap-dialog.css" ,
22
- targetDir + "/modules/Aviation /less/layout.less"
22
+ targetDir + "/modules/Form2Mail /less/layout.less"
23
23
] ,
24
- dest : targetDir + "/modules/Aviation /dist/layout.css"
24
+ dest : targetDir + "/modules/Form2Mail /dist/layout.css"
25
25
}
26
26
]
27
27
} ,
@@ -38,8 +38,8 @@ module.exports = function(grunt) {
38
38
aviation : {
39
39
files : [
40
40
{
41
- dest : targetDir + '/modules/Aviation /dist/layout.min.css' ,
42
- src : targetDir + '/modules/Aviation /dist/layout.css'
41
+ dest : targetDir + '/modules/Form2Mail /dist/layout.min.css' ,
42
+ src : targetDir + '/modules/Form2Mail /dist/layout.css'
43
43
}
44
44
]
45
45
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $this->configHeadScript()->prependFile($this->basepath('modules/Applications/js/
23
23
$ this ->configHeadScript ()->prependFile ($ this ->basepath ('dist/js/core.js ' ));
24
24
$ this ->configHeadScript ()->appendScript ('var lang=" ' . $ this ->params ('lang ' ) . '"; '
25
25
. 'var basePath=" ' . $ this ->basePath () . '"; ' );
26
- $ this ->headLink ()->prependStylesheet ($ this ->basePath ('modules/Form2Mail/layout.css ' ));
26
+ $ this ->headLink ()->prependStylesheet ($ this ->basePath ('modules/Form2Mail/dist/ layout.css ' ));
27
27
foreach ($ languages as $ lang ) {
28
28
$ this ->headLink ()->appendAlternate (
29
29
preg_replace ('~^ ' .$ this ->basepath ('/ ' .$ this ->params ('lang ' )).'~ ' ,
You can’t perform that action at this time.
0 commit comments