Commits on Source (7)
-
61550191
-
Mark Harding authored
[Sprint/InterestingIguana](bug): Fix/mob group tooltip #1495 See merge request !423
540319b0 -
Mark Harding authored579f6a4d
-
Guy Thouret authored95c58c34
-
Mark Harding authored
(fix): Bump dev dependency version so native Mac build doesn't fail - fixes #1511 Closes #1511 See merge request !442
5d757256 -
Marcelo Rivera authoredc4aff03d
-
Marcelo Rivera authored
(feat): added posts-autocomplete component (fix): reformat textinput autocomplete (feat): moved findSuggestions to a service
1696aa6c
... | ... | @@ -8,7 +8,7 @@ |
"prebuild": "gulp build.sass", | ||
"build": "ng build --prod", | ||
"prebuild-dev": "gulp build.sass --deploy-url=http://localhost/en", | ||
"build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true", | ||
"build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true --poll=800", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "cypress run --debug", | ||
... | ... | @@ -49,7 +49,7 @@ |
"zone.js": "~0.9.1" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.12.1", | ||
"@angular-devkit/build-angular": "~0.13.9", | ||
"@angular/cli": "^7.2.1", | ||
"@angular/compiler-cli": "~8.0.3", | ||
"@angular/language-service": "~8.0.3", | ||
... | ... |
src/app/helpers/contenteditable-caret.ts
0 → 100644