8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
|
var path = require("path");
|
||
|
|
||
|
module.exports = {
|
||
|
includePaths: [
|
||
|
path.join(__dirname, "_sass/hamburgers")
|
||
|
]
|
||
|
};
|