Speed up build (#1852)

* single build webpack

* fix demo shell test
This commit is contained in:
Eugenio Romano
2017-05-03 13:01:00 +02:00
committed by Eugenio Romano
parent 8959476941
commit 0b246b8211
362 changed files with 2684 additions and 13104 deletions

View File

@@ -33,7 +33,6 @@ import { UploadService } from '../services/upload.service';
*/
@Component({
selector: 'file-uploading-dialog',
moduleId: module.id,
templateUrl: './file-uploading-dialog.component.html',
styleUrls: ['./file-uploading-dialog.component.css']
})

View File

@@ -30,7 +30,6 @@ import { FileModel } from '../models/file.model';
*/
@Component({
selector: 'alfresco-file-uploading-list',
moduleId: module.id,
templateUrl: './file-uploading-list.component.html',
styleUrls: ['./file-uploading-list.component.css']
})

View File

@@ -48,7 +48,6 @@ const ERROR_FOLDER_ALREADY_EXIST = 409;
*/
@Component({
selector: 'alfresco-upload-button',
moduleId: module.id,
templateUrl: './upload-button.component.html',
styleUrls: ['./upload-button.component.css']
})

View File

@@ -35,7 +35,6 @@ const ERROR_FOLDER_ALREADY_EXIST = 409;
*/
@Component({
selector: 'alfresco-upload-drag-area',
moduleId: module.id,
templateUrl: './upload-drag-area.component.html',
styleUrls: ['./upload-drag-area.component.css']
})