barely making it work

This commit is contained in:
Adam Bradley
2015-04-30 23:56:15 -05:00
parent 6cd4a797a3
commit a425061d90
19 changed files with 113 additions and 205 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
js: ['ionic/**/*.js', '!src/**/test/**/*.js'],
// Get all the non-js files and main.js
e2e: ['ionic/components/*/test/**/*'],
e2e: ['ionic/components/*/test/*/**/*'],
html: 'ionic/**/*.html',
scss: 'ionic/**/*.scss',
},

View File

@@ -38,7 +38,7 @@ module.exports = function(options) {
};
request.post({
templateUrl: 'http://' + options.domain + '/e2e/upload-url',
uri: 'http://' + options.domain + '/e2e/upload-url',
formData: formData
},
function(err, httpResponse, body) {
@@ -61,7 +61,7 @@ module.exports = function(options) {
};
request.post({
templateUrl: uploadUrl,
uri: uploadUrl,
formData: formData
},
function(err, httpResponse, body) {