You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the JS entry file name is correct: index.ts
Change input site.scss name to index.scss
Change default ouput site.css name to ipack.css
Change default output bundle.js name to ipack.js
While technically a breaking change (version 5), the remedy should be easy enough for the tool users.
When: October release will drop Node 6 support in favor of Node 8 LTS, which should bump the major version. Use this moment to perform this change as well.
index.ts
site.scss
name toindex.scss
site.css
name toipack.css
bundle.js
name toipack.js
While technically a breaking change (version 5), the remedy should be easy enough for the tool users.
When: October release will drop Node 6 support in favor of Node 8 LTS, which should bump the major version. Use this moment to perform this change as well.
Allow renaming output css and js file names.
package.json:
instapack should intelligently parse
jsOut
andcssOut
: the fields can be set with or without.js
or.css
extension!Also, fix concat output configuration to detect whether
.js
extension is given or not.The text was updated successfully, but these errors were encountered: