-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joao Santos
committed
Jan 6, 2021
1 parent
e65f0c9
commit c0915b5
Showing
24 changed files
with
120 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ jspm_packages | |
# Custom Ignore settings | ||
*.js | ||
!gulpfile.js | ||
!font.js | ||
*.map | ||
*.d.ts | ||
test-results.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,3 @@ jspm_packages | |
*.d.ts | ||
test-results.xml | ||
coverage/ | ||
.connect_iot_package_done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ test | |
coverage | ||
tsconfig.json | ||
tslint.json | ||
.git* | ||
.git* | ||
.connect_iot_package_done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
registry = "http://cmf-nuget:4873/" | ||
//cmf-nuget:4873/:_authToken="csNoanwPNA0SGF/V/Q+CRJWzHc/lRymCeBWSRGDZ+kY=" | ||
registry = "http://<YOUR_LOCAL_NPM>:4873/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Start Driver (<%= identifier %>)", | ||
"program": "${workspaceRoot}/src/index.js", | ||
"args": [ | ||
"--dev", | ||
"--id=<EnterDriverInstanceId>", | ||
"--mp=<EnterMonitorPort>", | ||
"--config=<EnterConfigPath>/config.json" | ||
], | ||
// "preLaunchTask": "manager-build", | ||
"cwd": "${workspaceRoot}", | ||
"outFiles": [], | ||
"outputCapture": "std" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"type": "Component", | ||
|
||
"postActions": [ | ||
{ "type": "DeleteFile", "source": "${Temp}/completion.sh.hbs" }, | ||
{ "type": "DeleteDirectory", "source": "${Temp}/src" }, | ||
{ "type": "DeleteDirectory", "source": "${Temp}/build" }, | ||
{ "type": "DeleteDirectory", "source": "${Temp}/locales" }, | ||
{ "type": "DeleteDirectory", "source": "${Temp}/addonsHandler" } | ||
], | ||
|
||
"information": [ | ||
"Add other instructions in the postActions section", | ||
"according to the result of the pack process of your", | ||
"driver. There is no 'right' recipe. It will always", | ||
"depend on the modules you are using." | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,6 @@ coverage/ | |
|
||
test/e2e/obj/ | ||
test/**/bin | ||
.connect_iot_package_done | ||
|
||
!font/**/*.css | ||
!font/svg/font.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,6 @@ coverage | |
tsconfig.json | ||
tslint.json | ||
.git* | ||
font/svg | ||
font/svg | ||
.connect_iot_package_done | ||
packConfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
fontDef = { | ||
"font": { | ||
"fontname": "<%= identifierLower %>tasksiot", | ||
"fullname": "<%= identifier %> Tasks IoT", | ||
"familyname": "<%= identifier %> Tasks IoT", | ||
"version": 0.1, | ||
"prefix": "<%= identifierLower %>-tasks-connect-iot" | ||
} | ||
} | ||
module.exports = fontDef; |
Oops, something went wrong.