-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please include dist... #32
Comments
Hi @luncht1me 👋 No need for that tone 😄 I do understand the benefits of including Hope that helps! |
Yeah, it didn't build for me. I had to reconfigure things and manually
compile. The npm scripts didn't work out of the box on my setup :P can give
more details some other time. It's more for noobie's benefit. I'll try it
again from fresh and reconfirm.
It was thru bower it failed
…On Mon, Dec 18, 2017, 1:42 PM jhey tompkins, ***@***.***> wrote:
Hi @luncht1me <https://github.com/luncht1me> 👋
No need for that tone 😄 I do understand the benefits of including dist.
In fact, up until recently it was included with the source. #27
<#27> removed it on the premise that it
would be coming through as part of the install and generated prepublish. I
can confirm this is the case after installing version 2.0.5 with both npm
and yarn locally. ***@***.***/ep/dist exists in both cases
including both minified and unminified versions of the css and js.
Hope that helps!
@jh3y <https://github.com/jh3y>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADQw9GfaVX5EK3kK3SCbZX0Ml83EpWtnks5tBtw2gaJpZM4Q22wt>
.
|
Hey @luncht1me Ahh right. For sure, once everything is installed, then the different tasks to build can be ran. I hadn't tried with |
It seems there is likely a way to do this from looking at this issue thread 👍 |
Closing as now
|
Having to go into the ep folder after downloading it, and manually npm installing, and running
make dist
is a pain in the ass...Not to mention, building needs additional configuration, as the Class EP element can't be converted to javascript properly out of the box (not using webpack, just bower / npm / node).
I had to make another .babelrc file with the following contents:
in order to get
make dist-script
to work.So please, for the love of god, for those who aren't using your exact development environment, or don't have any knowledge of debugging this kind of thing... please either include dist files of the latest build, or at the very least also include a
.babelrc
file so thatmake
works without a webpack compiler.The text was updated successfully, but these errors were encountered: