Skip to content

Commit

Permalink
Merge pull request #160 from crossroads/master
Browse files Browse the repository at this point in the history
#DecemberRelease1
  • Loading branch information
namrataukirde authored Dec 14, 2017
2 parents 8d9741b + d92fc14 commit 59978c2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions app/templates/faq.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
</div>
{{go-to-top-button}}
</section>
<a class="exit-off-canvas modify-off-canvas"></a>
{{/faq-list}}
</div>
</div>
1 change: 1 addition & 0 deletions app/templates/feedback.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</div>
</div>
</section>
<a class="exit-off-canvas modify-off-canvas"></a>

</div>
</div>
1 change: 1 addition & 0 deletions app/templates/offers/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
</div>
</div>
</section>
<a class="exit-off-canvas modify-off-canvas"></a>
{{/visit-page-start}}

</div>
Expand Down
1 change: 1 addition & 0 deletions app/templates/support.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
</div>
</div>
</section>
<a class="exit-off-canvas modify-off-canvas"></a>

</div>
</div>
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"modernizr": "~2.8.3",
"select2": "~3.5.2",
"pickadate": "3.5.5",
"airbrake-js": "~0.5.2",
"socket.io-client": "~1.4.5",
"hammerjs": "~2.0.4",
"lightgallery": "~1.1.4",
Expand Down
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ deployment:
- bundle exec rake staging ios app:build
- bundle exec fastlane ios staging
- curl https://api.rollbar.com/api/1/sourcemap/download -F access_token=$ROLLBAR_KEY -F version=$APP_VERSION -F minified_url=https://app-staging.goodcity.hk/assets/goodcity.js;
- curl https://api.rollbar.com/api/1/sourcemap/download -F access_token=$ROLLBAR_KEY -F version=$APP_VERSION -F minified_url=https://app-staging.goodcity.hk/assets/vendor.js;
production:
branch: live
commands:
Expand All @@ -66,3 +67,4 @@ deployment:
- bundle exec rake production ios app:build
- fastlane ios beta
- curl https://api.rollbar.com/api/1/sourcemap/download -F access_token=$ROLLBAR_KEY -F version=$APP_VERSION -F minified_url=https://app.goodcity.hk/assets/goodcity.js;
- curl https://api.rollbar.com/api/1/sourcemap/download -F access_token=$ROLLBAR_KEY -F version=$APP_VERSION -F minified_url=https://app.goodcity.hk/assets/vendor.js;
9 changes: 3 additions & 6 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = function(environment) {
baseURL: '/',
defaultLocationType: 'auto',

rollbar: {
'emberRollbarClient': {
enabled: environment !== 'test' && environment !== 'development',
accessToken: '9db40d21a058461081ac9b666f59cd8b',
payload: {
client: {
Expand All @@ -17,7 +18,7 @@ module.exports = function(environment) {
// Optionally have Rollbar guess which frames the error was thrown from
// when the browser does not provide line and column numbers.
environment: environment,
guess_uncaught_frames: true
guess_uncaught_frames: false
}
}
}
Expand Down Expand Up @@ -57,10 +58,6 @@ module.exports = function(environment) {
SHA: process.env.APP_SHA || "00000000",
SHARED_SHA: process.env.APP_SHARED_SHA || "00000000",
VERSION: process.env.VERSION || "1.0.0",

AIRBRAKE_HOST: "https://errbit.crossroads.org.hk",
AIRBRAKE_PROJECT_ID: 0,
AIRBRAKE_PROJECT_KEY: "010f0d73f56efb6150cb2744e814e46b",
ANDROID_APP_ID: "hk.goodcity.app",
IOS_APP_ID: "1012253845"
},
Expand Down
1 change: 0 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ module.exports = function(defaults) {

app.import('bower_components/moment/moment.js');
app.import('bower_components/moment/locale/zh-tw.js');
app.import('bower_components/airbrake-js/dist/client.js');
app.import('bower_components/pickadate/lib/picker.js');
app.import('bower_components/pickadate/lib/picker.date.js');
app.import('bower_components/pickadate/lib/picker.time.js');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ember-cli-jshint": "^1.0.0",
"ember-cli-qunit": "^2.0.0",
"ember-cli-release": "^0.2.9",
"ember-cli-rollbar": "0.3.1 ",
"ember-rollbar-client": "0.2.2",
"ember-cli-sass": "^6.1.1",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
Expand Down

0 comments on commit 59978c2

Please sign in to comment.