Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. module.exports = {
  2. build(dir) {
  3. someLib.clean(dir)
  4. .then(() => someOtherLib.compileAll(dir))
  5. .then(() => anotherLib.doSomethingElse())
  6. }
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement