guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

Chomp self-build error #148

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

With the latest Chomp (0.2.8), chomp in Chomp itself is not working:

$ chomp
● src/main.rs [cached]
🞂 :build
    Finished dev [unoptimized + debuginfo] target(s) in 0.28s
√ :build [407.8866ms]
🞂 :test
√ :test:clean [48.2877ms]
Error: File C:/Users/guybe/Projects/chomp-rs/test/output/lib/dep.js not found

This is likely something to do with not using the right cwd.

//cc @Aslemammad (note apart from that, the new version seems to work well in most projects I've tested so far!)

Aslemammad commented 1 year ago

I'll try working on this soon! Just have many serious problems here with the internet.