regexper-static/config.json

22 lines
441 B
JSON

{
"templateFile": "./template.html",
"globs": {
"other": "./src/**/*.!(html|scss|js)",
"html": "./src/**/*.html",
"sass": "./src/**/*.scss",
"js": "./src/**/*.js"
},
"compass": {
"sass": "./src/sass",
"css": "./build/css",
"javascript": "./build/js",
"font": "./build/font",
"sourcemap": true
},
"browserify": {
"entries": ["./main.js"],
"basedir": "./src/js",
"debug": true
}
}