]> source.dussan.org Git - svg.js.git/commit
Made developing a little more enjoyable
authorSaivan <savian@me.com>
Tue, 27 Feb 2018 06:23:59 +0000 (17:23 +1100)
committerSaivan <savian@me.com>
Tue, 27 Feb 2018 06:23:59 +0000 (17:23 +1100)
commit1cb509f863b17af90827012e6f6ae81cb694f654
tree97155f552708385cb85b209ba0e6c2ccc523bbdf
parent4b078f8732a494b7f184556f276b011317a766b5
Made developing a little more enjoyable

This commit adds playgrounds and a build:dev mode. Now you
can call npm run build:dev to make the linter warn you about
errors without breaking. Also, we now have playgrounds, where
you can use a built version of svg.js to run your own tests.
13 files changed:
bench/svg.bench.js
dist/svg.js
dist/svg.min.js
gulpfile.js
package.json
playgrounds/playground.css [new file with mode: 0644]
playgrounds/transforms/transforms.html [new file with mode: 0644]
playgrounds/transforms/transforms.js [new file with mode: 0644]
spec/spec/transformations.js
src/matrix.js
src/sugar.js
src/transform.js
src/utilities.js