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

Commit dad12ef

Browse files
committed
Update env and Makefile
1 parent b48b85f commit dad12ef

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

client/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ server_proxy: lint
66
@./node_modules/.bin/ember server --proxy http://pixelhandler.com/api
77

88
install:
9-
@rm -rf node_modules bower_components
9+
@rm -rf node_modules bower_components tmp dist
10+
@ember install
1011
@npm install
11-
@bower install
12-
@./bin/orbit.sh
1312
@./node_modules/.bin/ember init
1413

1514
canary:
@@ -25,7 +24,7 @@ lint:
2524
@jshint app/**/*.js
2625

2726
clean:
28-
@rm -fr ./dist/*
27+
@rm -fr ./dist/* ./tmp/*
2928

3029
dist: prod
3130

server/env-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"port": 8888,
1212
"cors": [
13-
"localhost"
13+
"http://localhost:4200"
1414
]
1515
}
1616
}

0 commit comments

Comments
 (0)