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

files と options に切り分けたバージョン #3

Open
phi-jp opened this issue Jun 30, 2013 · 0 comments
Open

files と options に切り分けたバージョン #3

phi-jp opened this issue Jun 30, 2013 · 0 comments

Comments

@phi-jp
Copy link
Contributor

phi-jp commented Jun 30, 2013

ほかの grunt plugin (coffee とか uglify とか)と同じように
files と options に切り分けたバージョンも対応したほうが良いのかなと
思ったりしてます.

  build: {
    files: {
      'tmp/import.jsx.js': ['examples/hello.jsx'],
    },
    options: {
      add_search_path: ['examples/'],
    },
  }

どう思います?

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

No branches or pull requests

1 participant