Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Will miss files in certain project ... #2

Closed
PeterDaveHello opened this issue Dec 20, 2014 · 2 comments
Closed

Will miss files in certain project ... #2

PeterDaveHello opened this issue Dec 20, 2014 · 2 comments

Comments

@PeterDaveHello
Copy link
Contributor

Will miss semantic.css semantic.js semantic.min.css semantic.min.js in semantic-ui in v1.3.0~1.3.2 ...

The auto-update config of semantic-ui :

  "autoupdate": {
    "source": "git",
    "target": "git://github.com/Semantic-Org/Semantic-UI",
    "basePath": "dist",
    "files": [
      "*/*/*/*/*",
      "*/*/*/*",
      "*/*/*",
      "*/*",
      "*"
    ]
@PeterDaveHello
Copy link
Contributor Author

also in uikit, only got a css/components/*

  "autoupdate": {
    "source": "git",
    "target": "git://github.com/uikit/bower-uikit.git",
    "basePath": "",
    "files": [
      "css/*/*",
      "css/*",
      "js/*/*",
      "js/*",
      "fonts/*"
    ]
  }

@PeterDaveHello
Copy link
Contributor Author

Ref:
DavidSouther/grunt-docco#40
jprichardson/node-fs-extra#98

Guess is the same problem.

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

No branches or pull requests

1 participant