9 lines
172 B
JavaScript
9 lines
172 B
JavaScript
|
module.exports = {
|
||
|
content: [
|
||
|
'./app/views/**/*.html.erb',
|
||
|
'./app/helpers/**/*.rb',
|
||
|
'./app/assets/stylesheets/**/*.css',
|
||
|
'./app/javascript/**/*.js'
|
||
|
]
|
||
|
}
|