Skip to content

Commit 90cc3fc

Browse files
author
Allan Bowe
committed
feat: adding gitpod
1 parent 2d65bd0 commit 90cc3fc

File tree

4 files changed

+52
-15
lines changed

4 files changed

+52
-15
lines changed

.gitpod.dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM gitpod/workspace-full
2+
3+
RUN sudo apt-get update \
4+
&& sudo apt-get install -y doxygen \
5+
&& npm i -g @sasjs/cli

.gitpod.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
image:
2+
file: .gitpod.dockerfile
3+
4+
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
5+
tasks:
6+
- init: sasjs v
7+
8+
9+
vscode:
10+
extensions:
11+
- sasjs.sasjs-for-vscode
12+
- ritwickdey.liveserver
13+
14+
github:
15+
prebuilds:
16+
# enable for the master/default branch (defaults to true)
17+
master: true
18+
# enable for all branches in this repo (defaults to false)
19+
branches: false
20+
# enable for pull requests coming from this repo (defaults to true)
21+
pullRequests: true
22+
# add a check to pull requests (defaults to true)
23+
addCheck: true
24+
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
25+
addComment: false

package-lock.json

Lines changed: 19 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@sasjs/angular-seed-app",
33
"repository": "https://github.com/sasjs/angular-seed-app",
4+
"description": "Angular Seed App for SASjs",
45
"version": "2.0.0",
56
"scripts": {
67
"ng": "ng",
@@ -35,8 +36,8 @@
3536
"@clr/core": "^4.0.15",
3637
"@clr/icons": "5.0.3",
3738
"@clr/ui": "5.0.3",
38-
"@sasjs/adapter": "^2.11.3",
39-
"@sasjs/core": "^2.45.2",
39+
"@sasjs/adapter": "^2.11.4",
40+
"@sasjs/core": "^2.48.2",
4041
"@webcomponents/webcomponentsjs": "^2.6.0",
4142
"moment": "^2.29.1",
4243
"rxjs": "~6.6.7",

0 commit comments

Comments
 (0)