Remove assets copy plugin

This commit is contained in:
Tim Mickel 2016-10-31 10:41:16 -04:00
parent f235cb47e6
commit 16c405d559
No known key found for this signature in database
GPG key ID: 59C3D9D14D923146

View file

@ -109,9 +109,6 @@ module.exports = [
to: 'media'
}, {
from: 'node_modules/highlightjs/styles/zenburn.css'
}, {
from: 'assets',
to: 'assets'
}])
])
})