Skip to content

Commit a8e6fb3

Browse files
committed
swap to prember
1 parent 53704f7 commit a8e6fb3

File tree

4 files changed

+14257
-16720
lines changed

4 files changed

+14257
-16720
lines changed

Diff for: ember-cli-build.js

+9-6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ module.exports = function(defaults) {
1010
}
1111

1212
const app = new EmberApp(defaults, {
13+
prember: {
14+
urls: [
15+
'/',
16+
'/quickstart',
17+
'/docs/user-guide',
18+
'/docs/deploying',
19+
'/docs/addon-author-guide'
20+
]
21+
},
1322
postcssOptions: {
1423
compile: {
1524
enabled: true,
@@ -26,12 +35,6 @@ module.exports = function(defaults) {
2635
{
2736
module: require('postcss-custom-media')
2837
},
29-
{
30-
module: require('autoprefixer'),
31-
options: {
32-
browsers: 'last 2 versions'
33-
}
34-
}
3538
]
3639
}
3740
},

0 commit comments

Comments
 (0)