Skip to content

Conversation

@xbill82
Copy link
Contributor

@xbill82 xbill82 commented Aug 10, 2016

This PR drops Grunt and sets Webpack as default package bundler for browser use.
Builds are launched via

npm run build

and builds are dropped into dist/.

Built files still need some testing IMHO, since some external libraries are excluded (noParse: [/wsnode\.js/, /crypto/, /buffer/, /node-uuid/]) and I'm not sure everything works fine.

@codecov-io
Copy link

codecov-io commented Aug 10, 2016

Current coverage is 100% (diff: 100%)

Merging #102 into develop will not change coverage

@@           develop   #102   diff @@
=====================================
  Files           15     15          
  Lines         1627   1627          
  Methods        278    278          
  Messages         0      0          
  Branches       393    393          
=====================================
  Hits          1627   1627          
  Misses           0      0          
  Partials         0      0          

Powered by Codecov. Last update 5af7baf...4cbf232

package.json Outdated
"node-uuid": "1.4.7",
"ora": "^0.3.0",
"utf-8-validate": "^1.2.1",
"webpack": "^1.13.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't webpack be a devDep ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

YEP

@stafyniaksacha
Copy link
Contributor

LGTM

STAFYNIAK Sacha and others added 3 commits August 10, 2016 15:59
Ora is used to display a spinner in the console while the build is performed.
@dbengsch
Copy link
Contributor

+1

1 similar comment
@jenow
Copy link
Contributor

jenow commented Aug 10, 2016

+1

@jenow jenow merged commit 8d9d362 into develop Aug 10, 2016
@jenow jenow deleted the webpackPackaging branch August 10, 2016 15:56
jenow added a commit that referenced this pull request Mar 8, 2018
jenow added a commit that referenced this pull request Mar 13, 2018
# Conflicts:
#	src/Kuzzle.js
#	src/networkWrapper/protocols/abstract/realtime.js
#	test/network/offlineQueue.test.js
#	test/network/query.test.js
jenow added a commit that referenced this pull request Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants