Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move project config to package.json man object #41

Open
akella opened this issue Mar 8, 2017 · 1 comment
Open

move project config to package.json man object #41

akella opened this issue Mar 8, 2017 · 1 comment

Comments

@akella
Copy link
Member

akella commented Mar 8, 2017

var config = require('./package.json').man;

@akella
Copy link
Member Author

akella commented Mar 14, 2017

Current proposal:

  "name": "asd",
  "version": "0.1.1",
  "authors": "Coderiver <[email protected]>",
  "man": {
    "src": {
      "base": "src",
      "pagelist" : "index.yaml",
      "templatesPath": "templates/",
      "sass": "sass/*.{sass,scss}",
      "sassGen" : "sass/generated",
      "dataPath": "data",
      "js": "js",
      "img": "img",
      "svg": "img/svg",
      "icons"        : "src/icons",
      "iconsPng"     : "src/icons",
      "iconsSvg"     : "src/icons",
      "iconsFont"    : "src/icons"
    },
    "build": {
      "base": "build",
      "images": "img",
      "js": "js",
      "styles": "css",
      "fonts": "fonts"
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant