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

Commit 42601b7

Browse files
author
Francois-Xavier Gentilhomme
committed
[CONF] Makefile update
1 parent 16d1fe0 commit 42601b7

File tree

3 files changed

+48
-41
lines changed

3 files changed

+48
-41
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ purge:
1313
clean:
1414

1515
prepare:
16-
@bower install
16+
@git remote add github $(GITHUB) > /dev/null; true
17+
@git fetch --tags
18+
@bower install && bower link
1719

1820
watch:
1921

Makefile.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ MAKE := $(MAKE) --no-print-directory
66
NPM_CACHE = $(HOME)/.npm
77

88
CURRENT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
9+
10+
GITHUB = https://github.com/MyScript/myscript-text-web.git

bower.json

Lines changed: 43 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,45 @@
11
{
2-
"name": "myscript-text-web",
3-
"version": "1.2.0",
4-
"description": "HTML5 Element easing integration of MyScript text handwriting recognition in your web-page",
5-
"keywords": [
6-
"web-component",
7-
"web-components",
8-
"polymer",
9-
"myscript",
10-
"education",
11-
"write",
12-
"text",
13-
"handwriting",
14-
"recognition"
15-
],
16-
"main": "myscript-text-web.html",
17-
"license": "Apache-2",
18-
"homepage": "https://myscript.github.io/myscript-text-web/components/myscript-text-web/",
19-
"repository": {
20-
"type": "git",
21-
"url": "git://github.com/MyScript/myscript-text-web.git"
22-
},
23-
"ignore": [
24-
"**/.*",
25-
"node_modules",
26-
"bower_components",
27-
"tests",
28-
"test"
29-
],
30-
"dependencies": {
31-
"polymer": "Polymer/polymer#1.4.x",
32-
"myscript-common-element": "https://zen.visionobjects.com/git/WS/Polymer/myscript-common-element.git#master"
33-
},
34-
"devDependencies": {
35-
"iron-component-page": "PolymerElements/iron-component-page#1.1.x",
36-
"iron-flex-layout": "PolymerElements/iron-flex-layout#1.3.x",
37-
"iron-ajax": "PolymerElements/iron-ajax#1.2.x",
38-
"paper-dropdown-menu": "PolymerElements/paper-dropdown-menu#1.1.x",
39-
"paper-listbox": "PolymerElements/paper-listbox#1.1.x",
40-
"paper-item": "PolymerElements/paper-item#1.1.x"
41-
}
2+
"name": "myscript-text-web",
3+
"version": "1.2.0",
4+
"description": "HTML5 Element easing integration of MyScript text handwriting recognition in your web-page",
5+
"keywords": [
6+
"web-component",
7+
"web-components",
8+
"polymer",
9+
"myscript",
10+
"education",
11+
"write",
12+
"text",
13+
"handwriting",
14+
"recognition"
15+
],
16+
"main": "myscript-text-web.html",
17+
"license": "Apache-2",
18+
"homepage": "https://myscript.github.io/myscript-text-web/components/myscript-text-web/",
19+
"repository": {
20+
"type": "git",
21+
"url": "git://github.com/MyScript/myscript-text-web.git"
22+
},
23+
"ignore": [
24+
"**/.*",
25+
"node_modules",
26+
"bower_components",
27+
"tests",
28+
"test"
29+
],
30+
"dependencies": {
31+
"polymer": "Polymer/polymer#1.4.x",
32+
"myscript-common-element": "https://zen.visionobjects.com/git/WS/Polymer/myscript-common-element.git#master"
33+
},
34+
"devDependencies": {
35+
"iron-component-page": "PolymerElements/iron-component-page#1.1.x",
36+
"iron-flex-layout": "PolymerElements/iron-flex-layout#1.3.x",
37+
"iron-ajax": "PolymerElements/iron-ajax#1.2.x",
38+
"paper-dropdown-menu": "PolymerElements/paper-dropdown-menu#1.1.x",
39+
"paper-listbox": "PolymerElements/paper-listbox#1.1.x",
40+
"paper-item": "PolymerElements/paper-item#1.1.x"
41+
},
42+
"resolutions": {
43+
"myscript": "master"
44+
}
4245
}

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