minor
This commit is contained in:
@ -2,7 +2,8 @@ const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
const execSync = require('child_process').execSync;
|
||||
const output = execSync('bundle show merged', { encoding: 'utf-8' });
|
||||
const fullname = output.trim() + '/app/**/*.{haml,html,rb}'
|
||||
const fullname = output.trim() + '/app/**/*.{haml,html,rb}' ;
|
||||
console.log(fullname);
|
||||
|
||||
module.exports = {
|
||||
content: [
|
||||
|
Reference in New Issue
Block a user