austinpray/asset-builder

More declarative json structure

austinpray opened this issue · 1 comments

{
  "dependencies": {
    "app.js": {
      "files": [
        "scripts/**/*",
        "scripts/main.js"
      ],
      "main": true,
      "vendor": [],
    },
    "app.css": {
      "files": [
        "styles/main.less"
      ],
      "main": true
    },
    "home.js": {
      "files": [
        "scripts/home.js"
      ],
      "bower": ["slick.js"]
      }
    },
    "jquery.js": {
      "bower": ["jquery"]
    },
    "modernizr.js": {
      "bower": ["modernizr.js"]
    }
  },
}

closed by 0.1.0 🍻