lib/assets/.qbuild.json in qbuild-0.1.0.pre1 vs lib/assets/.qbuild.json in qbuild-0.1.0
- old
+ new
@@ -1,16 +1,13 @@
{
"js_paths": [
"scripts"
],
- "stylesheets_paths": [
- "stylesheets"
+ "minified_js_path": "scripts",
+ "stylesheet_filenames": [
+ "stylesheets/style.scss"
],
+ "minified_stylesheets_path": "stylesheets",
"stylesheet_name": "style.min.css",
- "pre_build": [
- "ls -lah",
- "echo Starting build..."
- ],
- "post_build": [
- "echo Build finished!"
- ]
+ "pre_build": [],
+ "post_build": []
}