Skip to content

Commit

Permalink
Removing oil dev kit from e2e test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Waschnick authored and Waschnick committed Jun 29, 2018
1 parent ae7ed57 commit 2c31c9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ module.exports = {
}, {
filename: 'demos/advanced-settings-custom-purposes.html',
template: path.resolve(sourcePath, 'demos', 'advanced-settings-custom-purposes.html'),
chunks: ['oilstub', 'oil', 'oildevkit'],
chunks: ['oilstub', 'oil'],
chunksSortMode: 'dependency',
inject: 'head'
}, {
filename: 'demos/advanced-settings-purposes-default.html',
template: path.resolve(sourcePath, 'demos', 'advanced-settings-purposes-default.html'),
chunks: ['oilstub', 'oil', 'oildevkit'],
chunks: ['oilstub', 'oil'],
chunksSortMode: 'dependency',
inject: 'head'
}, {
Expand All @@ -51,7 +51,7 @@ module.exports = {
}, {
filename: 'demos/configuration-default-optin.html',
template: path.resolve(sourcePath, 'demos', 'configuration-default-optin.html'),
chunks: ['oilstub', 'oil', 'oildevkit'],
chunks: ['oilstub', 'oil'],
chunksSortMode: 'dependency',
inject: 'head'
}, {
Expand All @@ -75,7 +75,7 @@ module.exports = {
}, {
filename: 'demos/direct-integration.html',
template: path.resolve(sourcePath, 'demos', 'direct-integration.html'),
chunks: ['oilstub', 'oil', 'oildevkit'],
chunks: ['oilstub', 'oil'],
chunksSortMode: 'dependency',
inject: 'head'
}, {
Expand Down

0 comments on commit 2c31c9c

Please sign in to comment.