mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
barely making it work
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user