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

Include sources in js files #38

Open
jeserkin opened this issue Jun 7, 2015 · 3 comments
Open

Include sources in js files #38

jeserkin opened this issue Jun 7, 2015 · 3 comments

Comments

@jeserkin
Copy link

jeserkin commented Jun 7, 2015

It would be nice to have same functionality for JavaScript files. i.e. karma.conf.js file. Sometimes specifing file pattern isn't enough. Would be nice to have a way, to include files there as well.

i.e.

options: {
  // ...
  js: {
    js: 'app/{filePath}'
  }
},
karmaTarget: {
  files: {
    'karma.conf.js': 'karma.conf.js'
  }
}

and in karma.conf.js

// ...
files: [
  // include: "type": "js", "files": "app/**/*.spec.js", "ordering": "top-down"
]
// ...
@urecio
Copy link

urecio commented Dec 5, 2015

+1

2 similar comments
@bruiztorres
Copy link

+1

@eyegorweb
Copy link

+1

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

4 participants