sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
5k stars 343 forks source link

Fix missing .js files on compile #577

Closed filipesilva closed 8 years ago

filipesilva commented 8 years ago

Using 0.21.0-pre.0, js files are not copied over on harp compile as they were in 0.20.3.

To be perfectly honest I do not fully understand why https://github.com/sintaxi/harp/pull/526 changed that file or how harp internally works, I just reverted this change on the node_modules my project uses and saw that the previous behaviour was restored.

See https://github.com/sintaxi/harp/issues/571#issuecomment-246149868 for a bit more context.

filipesilva commented 8 years ago

Closed in favor of https://github.com/sintaxi/harp/pull/579, which is doing a PR against sintaxi:v0.21.0-pre instead of sintaxi:master