-
Notifications
You must be signed in to change notification settings - Fork 5
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
respect lineman config files.browserify.entrypoint
#13
base: master
Are you sure you want to change the base?
Conversation
…give warning message
any chance this is going to be merged ... having this module write an entrypoint.coffee every time it is installed is breaking stuff (in my case I don't use coffee files, and there is an automated build system that does maybe the file creation should only be triggered by it is also worth considering that a bit of documentation might beat trying to 'do the right thing' with regards to creating a default entrypoint file ... maybe the default entrypoint file should only be created if the |
@jasonkarns is this ready to merge? |
thought I'd mention that the lineman-less plugin suffers from the same problem with regard to dumping an unwanted |
implementation for #12
items for discussion:
grunt.file.expand
, but that only expands patterns to an array of files that already exist. It does nothing to give is a potential filename that would match the pattern, but doesn't already exist. so instead we just emit a warning/error messagelineman config
command synchronously. this could be refactored to use node corechild_process
asynchronouslylineman config
system call. this needs added