Commit Graph

13 Commits

Author SHA1 Message Date
971834388c update code style 2021-01-21 11:45:33 +01:00
6efd3ba519 Merge branch 'master' of github.com:zenorocha/clipboard.js into feature-prettier
* 'master' of github.com:zenorocha/clipboard.js:
  Update dev dependencies.
2021-01-20 17:26:47 +01:00
2660565b61 update code style 2021-01-20 16:55:03 +01:00
43aa5786c9 Update dev dependencies. 2021-01-19 12:42:06 -03:00
83824fa248 ClipboardJS: Removed PhantomJS Dependency
Added karma-chrome-launcher dependency

Signed-off-by: ossdev <ossdev@puresoftware.com>
2020-02-29 09:53:41 -08:00
2d5b2df811 Migrate from Browserify to Webpack (#372)
* Migrate from Browserify to Webpack

close https://github.com/zenorocha/clipboard.js/issues/371

 Author:    Guillaume Vincent <guillaume@oslab.fr>

* remove browserify and associated modules and update tests
2018-02-28 17:03:39 -08:00
e86dc2caa2 Revert "Upgrades to Babel 6"
This reverts commit ee1eb455f4.
2016-02-03 08:22:35 -08:00
ee1eb455f4 Upgrades to Babel 6 2016-02-02 13:11:25 -08:00
aeec3fd520 Source formatting #19 2015-09-29 22:28:15 -07:00
4534fc4ca0 Adds test for browserify
This commit adds tests to make sure that the browserify bundle will work in the dist file of clipboard.js

This commit adds the mocha and chai modules, since karma doesn't work well with node only tests.

Also splited tests tasks in package.json and updated .gitignore
2015-09-29 22:16:32 -07:00
b0e118f750 Improves test coverage 2015-09-27 11:53:52 -07:00
ce7b9652c7 Includes .bind(this) polyfill for PhantomJS 2015-09-26 09:08:01 -07:00
1febe4eecc Adds karma test suite 2015-09-24 15:11:56 -07:00