Skip to content
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

chore(dev-env): Remove bower on dev env #395

Merged
merged 3 commits into from
Nov 1, 2016
Merged

Conversation

netil
Copy link
Member

@netil netil commented Oct 31, 2016

Issue

#391

Details

Removed bower install for dev setup
Updated all 'bower_components' reference

Preferred reviewers

@naver/egjs-dev

Removed bower install for dev setup
Updated all 'bower_components' reference

Ref naver#391
@netil netil added this to the 1.4.0 milestone Oct 31, 2016
@netil netil self-assigned this Oct 31, 2016
@netil
Copy link
Member Author

netil commented Oct 31, 2016

Need to be checked cssPrefix hook:

Update on cssPrefix jQuery version
Copy link
Member

@mixed mixed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -6,7 +6,7 @@
<style>
#el {font-size:20pt}
</style>
<script src="../../bower_components/jquery/jquery.js"></script>
<script src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to be slow beacuse get a network. and is different case. I think that be better merged jquery.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to figure out install multiple version of same package as dependency, but actually there's no appropriate solution for that.

Having a copy of legacy jQuery at unit/lib seems to be best for now.

For cssPrefix only test purpose
Copy link
Member

@mixed mixed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@netil netil merged commit 733a072 into naver:master Nov 1, 2016
@netil netil deleted the bower#391 branch November 3, 2016 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants