Skip to content

Commit e998cac

Browse files
committed
Update build to only include minified version for example
1 parent ffb1fdd commit e998cac

File tree

2 files changed

+0
-170
lines changed

2 files changed

+0
-170
lines changed

examples/assets/js/parallaxed.js

Lines changed: 0 additions & 169 deletions
This file was deleted.

tools/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ exec('rollup -c -f umd -o umd/parallaxed.min.js', {
3939
console.log('\nMoving file to examples director ...');
4040

4141
exec('cp umd/parallaxed.min.js examples/assets/js/parallaxed.min.js');
42-
exec('cp umd/parallaxed.js examples/assets/js/parallaxed.js');
4342

4443
const size = gzipSize.sync(
4544
fs.readFileSync('umd/parallaxed.min.js')

0 commit comments

Comments
 (0)