Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
1.8.0 (#68)
Browse files Browse the repository at this point in the history
1.8.0
  • Loading branch information
eromano authored Sep 5, 2017
1 parent 887686e commit 69e774e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/router": "4.2.5",
"@ngx-translate/core": "7.0.0",
"alfresco-js-api": "1.7.0",
"alfresco-js-api": "1.8.0",
"core-js": "2.4.1",
"hammerjs": "2.0.8",
"ng2-alfresco-core": "1.7.0",
"ng2-alfresco-core": "1.8.0",
"reflect-metadata": "0.1.10",
"rxjs": "5.1.0",
"systemjs": "0.19.27",
Expand Down
11 changes: 4 additions & 7 deletions app/templates/config/_webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ module.exports = {

resolve: {
alias: {
"ng2-alfresco-core": helpers.root('../ng2-alfresco-core/index.ts'),
"ng2-alfresco-datatable": helpers.root('../ng2-alfresco-datatable/index.ts')
"ng2-alfresco-core$": helpers.root('../ng2-alfresco-core/index.ts'),
"ng2-alfresco-core": helpers.root('../ng2-alfresco-core')
},
extensions: ['.ts', '.js'],
symlinks: false,
Expand Down Expand Up @@ -68,10 +68,7 @@ module.exports = {
}, {
loader: "raw-loader"
}, {
loader: "sass-loader",
options: {
includePaths: [ path.resolve(__dirname, '../../ng2-alfresco-core/styles')]
}
loader: "sass-loader"
}],
exclude: [/node_modules/, /bundles/, /dist/, /demo/]
},
Expand All @@ -83,7 +80,7 @@ module.exports = {
// emitErrors: true,
// licenseFile: path.resolve(__dirname, './assets/license_header.txt')
// },
// exclude: [/node_modules/, /bundles/, /dist/, /demo/, /rendering-queue.services.ts/ ],
// exclude: [/node_modules/, /bundles/, /dist/, /demo/, /rendering-queue.services.ts/],
//},
{
test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)$/,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ng2-alfresco-component",
"version": "1.7.0",
"version": "1.8.0",
"description": "Yeoman generator generating angular 2 Alfresco component",
"homepage": "https://github.com/Alfresco/generator-ng2-alfresco-component",
"author": "Alfresco Software, Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('Alfresco component generator', function() {
'webpack.test.js',
'webpack.build.js',
'webpack.coverage.js',
'i18n/src/en.json',
'src/i18n/en.json',
'src/component-fake.component.ts',
'src/component-fake.component.spec.ts',
'demo/.gitignore',
Expand Down

0 comments on commit 69e774e

Please sign in to comment.