I hereby claim:
- I am simonjefford on github.
- I am simonjefford (https://keybase.io/simonjefford) on keybase.
- I have a public key ASCd7RmnzE1bdmnPxrEvQnX3tcFV1mofkR1NI8MxVvprAQo
To claim this, I am signing this object:
-----BEGIN PGP MESSAGE----- | |
Comment: https://keybase.io/download | |
Version: Keybase Go 1.0.17 (darwin) | |
wcFMA6ATKJE5d8tTARAAyGQV0hI5ayTBFQ3GS01YEpCH2jZG0ge2a7oz5jgsYeH3 | |
gLfVUFnLj7yNHLeMqrFOQTOdcPBbYnZhnOsURLOMTlKlrjk6MAWXafq0P1EPMDAP | |
BfOMKZKw8C+2mRXTX+GVvjauvuA+6L1Llf9PbOPVSzPaJmYk9QWEL4PXd6mOGHWp | |
1nvFxkAF41J+henvVD6/RpGMWwEPzakG8+8IkQ9URMIsBh1A2wTlyBjH9gctfo4d | |
EYm+fnswR9AIWF98osRcs2SxNZnar8AYf1O3Up1mhGjuZH4ZDmV6Dv2quuQlKqyZ | |
D5vARwDgOgxAtAz0n3XILw6dK9jGhnwPjf1gy1JyVOPMNWuFru/x3bsaa0i9UduU |
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"io/ioutil" | |
"log" | |
"net/http" | |
"os/exec" | |
"time" | |
) |
❯ curl -O https://registry.npmjs.org/ember-mobiletouch/-/ember-mobiletouch-1.4.9.tgz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 111M 100 111M 0 0 1950k 0 0:00:58 0:00:58 --:--:-- 1613k | |
[sjefford@Simons-Macbook-Pro] ~/Desktop | |
❯ tar -zxf ember-mobiletouch-1.4.9.tgz | |
[sjefford@Simons-Macbook-Pro] ~/Desktop | |
❯ du -h package | tail |
{ | |
"name": "mobiletest", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", |
marketplace@0.0.0 /home/fourth/workspace/marketplace-ui | |
├── broccoli-asset-rev@2.0.1 | |
├── broccoli-ember-hbs-template-compiler@1.7.0 | |
├── broccoli-merge-trees@0.2.1 | |
├── broccoli-sass@0.3.3 | |
├── broccoli-static-compiler@0.2.1 | |
├── ember-cli@0.1.5 | |
├── ember-cli-6to5@0.2.2 | |
├── ember-cli-app-version@0.1.0 (git://github.com/fourth/ember-cli-app-version#25aee964c253774e3120f4ba9ea9ad4fe9d67fbe) | |
├── ember-cli-auto-register-helpers@0.0.3 |
├── blanket#1.1.5 | |
├── bourbon#4.0.2 (latest is 4.1.1) | |
├── console-polyfill#a72002 | |
├─┬ ember#1.9.0 (latest is 1.10.0-beta.4) | |
│ ├── handlebars#2.0.0 | |
│ └── jquery#2.1.3 | |
├─┬ ember-cli-shims#0.0.3 | |
│ └── ember#1.9.0 (1.10.0-beta.4 available) | |
├── ember-cli-test-loader#0.0.4 (latest is 0.1.0) | |
├─┬ ember-data#1.0.0-beta.11 (latest is 1.0.0-beta.14.1) |
{"ExternalId":"00525000000HgdwAAC","InternalId":"1B963E17-ECDF-48E2-8535-D463BD652B09","Username":"usersg.test@fourth.com","EmailAddress":"sumana.gundlapalli@fourth.com","Locale":"en_US","FirstName":"usersg","LastName":"test"} |
import Ember from 'ember'; | |
export default Ember.Route.extend({ | |
renderTemplate: function() { | |
this.render('loading'); | |
} | |
}); |
'use strict'; | |
var path = require('path'); | |
module.exports = { | |
name: 'ember-cli-pretender', | |
included: function included(app) { | |
this.app = app; | |
if (app.env !== 'production') { |