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

can not config more tasks #349

Open
zhipenglin opened this issue Aug 19, 2015 · 0 comments
Open

can not config more tasks #349

zhipenglin opened this issue Aug 19, 2015 · 0 comments

Comments

@zhipenglin
Copy link

can not config more path
browserify:{
files:[{
expand: true,
cwd: 'coffee/src',
src: '/*.coffee',
dest: 'bin',
ext: '.js'
},{
expand: true,
cwd: 'tpl',
src: '
/*.html',
dest: 'bin',
ext: '.js'
}],
options: {
transform: ['coffeeify','node-underscorify']
}
}
run:Running "browserify:files" (browserify) task
Warning: undefined is not a function Use --force to continue.

and can not config more tasks:
browserify:{
task_1:{
files:{
expand: true,
cwd: 'coffee/src',
src: '/*.coffee',
dest: 'bin',
ext: '.js'
}
},
task_2:{
files:{
expand: true,
cwd: 'tpl',
src: '
/*.html',
dest: 'bin',
ext: '.js'
}
},
options: {
transform: ['coffeeify','node-underscorify']
}
}
run:Running "browserify:task_1" (browserify) task
Warning: undefined is not a function Use --force to continue.

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