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

Slake overhaul #225

Closed
gkz opened this issue Dec 5, 2012 · 2 comments
Closed

Slake overhaul #225

gkz opened this issue Dec 5, 2012 · 2 comments

Comments

@gkz
Copy link
Owner

gkz commented Dec 5, 2012

  • add join
  • watch checks for new files/deleted ones
  • only build if file has changed
  • some sort of nice DSL to write them
@vendethiel
Copy link
Contributor

Any DSL suggestion ?

With an array

task \build ->
 build do
   directory: 'src/'
   out: 'lib/'
   prepend-files:
     * 'vendor/prelude.js'
     * 'vendor/foobar.ls'
   out-file: 'lib.js'

DSL-like ?

task \build ->
  build ->
    @prepend-file 'vendor/prelude-ls'
    @directories.push 'src/'
    @output-directory = 'lib'
    @output-to = 'lib.js'

But this depends "how far are we going". I think we can all agree that compiling some files, running tests etc are something common to (almost) every project

@neersighted neersighted mentioned this issue Jan 16, 2013
11 tasks
@vendethiel
Copy link
Contributor

@gkz gkz closed this as completed Nov 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants