Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 8ab867f

Browse files
author
Francois-Xavier Gentilhomme
committed
[FIX] Remove bower link
1 parent a7ce491 commit 8ab867f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ clean:
1515
prepare:
1616
@git remote add github $(GITHUB) > /dev/null; true
1717
@git fetch --tags
18-
@bower link && \
19-
bower link myscript && \
20-
bower link myscript-common-element && \
21-
bower install
18+
@bower install
2219

2320
build:
2421

Makefile.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SHELL = /bin/bash
22
GIT_VERSION := $(shell git describe --tags --long --always)
3+
VERSION := $(shell git describe --abbrev=0 --tags)
34

45
MAKE := $(MAKE) --no-print-directory
56

myscript-text-web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
var selectedCandidate = candidates[textDocument.getTextSegment().getSelectedCandidateIdx()];
434434
return selectedCandidate;
435435
}
436-
return new MyScript.TextCandidate();
436+
return undefined;
437437
},
438438
_computeFirstCandidate: function (selectedCandidate) {
439439
if (selectedCandidate) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy