더북(TheBook)

다음 코드 블록은 기본으로 제공되는 bundleconfig.json 파일의 내용이다.

▼  bundleconfig.json

// Configure bundling and minification for the project.
// More info at https:// go.microsoft.com/fwlink/?LinkId=808241
[
    {
        “outputFileName”: “wwwroot/css/site.min.css”,
        // An array of relative input file paths. Globbing patterns supported
        “inputFiles”: [
            “wwwroot/css/site.css”
        ]
  },
  {
      “outputFileName”: “wwwroot/js/site.min.js”,
      “inputFiles”: [
          “wwwroot/js/site.js”
      ],
      // Optionally specify minification options
      “minify”: {
          “enabled”: true,
          “renameLocals”: true
      },
      // Optinally generate .map file
      “sourceMap”: false
  }
]

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.