lavas-project / jekyll-pwa

Jekyll plugin for PWA
MIT License
107 stars 19 forks source link

Ensure `./_site/js` before copying vendor files #2

Closed ashmaroli closed 6 years ago

ashmaroli commented 6 years ago

Resolves #1

ashmaroli commented 6 years ago

Once the plugin evolves to a near-stable state, you can use @site.in_dest_dir instead of File.join(@site.dest, "")

xiaoiver commented 6 years ago

Thanks, @ashmaroli . I'll add a configuration item js_dest_dir in _config.yml so that a custom JS directory can be passed in. I'll also use @site.in_dest_dir instead of File.join(@site.dest. Thanks.