Compare View
Commits (2)
Showing
3 changed files
Show diff stats
build.sh
... | ... | @@ -38,6 +38,10 @@ then |
38 | 38 | then |
39 | 39 | echo 'Compilando barra nova' |
40 | 40 | cd ../recipes/default |
41 | + if test ! -d "../../templates/$profile" | |
42 | + then | |
43 | + ln -s ../../recipes/$profile/build ../../app/templates/$ | |
44 | + fi | |
41 | 45 | sh ./compile.sh |
42 | 46 | cd ../../app |
43 | 47 | cp templates/default/barra-brasil.js static/barra-brasil_2.0.js #Copiando enquanto a barra é estática. | ... | ... |
package.json
... | ... | @@ -2,14 +2,14 @@ |
2 | 2 | "name": "BarraBrasil", |
3 | 3 | "description": "Barra oficial do governo federal brasileiro", |
4 | 4 | "devDependencies": { |
5 | - "variable-replacer": "1.5.1", | |
5 | + "variable-replacer": "1.6.0", | |
6 | 6 | "coffee-script": "1.12.5", |
7 | 7 | "coffeescript-concat": "1.0.14", |
8 | 8 | "uglify-js": "3.5.9", |
9 | 9 | "chai": "3.5.0", |
10 | 10 | "chai-jq": "0.0.9", |
11 | - "mocha": "3.2.0", | |
12 | - "zombie": "5.0.5" | |
11 | + "mocha": "7.1.1", | |
12 | + "zombie": "6.1.4" | |
13 | 13 | }, |
14 | 14 | "optionalDependencies": {}, |
15 | 15 | "scripts": { | ... | ... |
requirements.txt