Skip to content

Commit

Permalink
feat: remove promise polyfill (close #751) (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Aug 12, 2016
1 parent 339afe2 commit 774bcb5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 238 deletions.
233 changes: 0 additions & 233 deletions js/deps/Promise.js

This file was deleted.

1 change: 0 additions & 1 deletion js/profile-w3c-common.js
Expand Up @@ -21,7 +21,6 @@ require.config({
},
deps: [
"deps/fetch",
"deps/Promise",
"deps/jquery",
],
});
Expand Down
3 changes: 0 additions & 3 deletions tools/builder.js
Expand Up @@ -95,9 +95,6 @@ var Builder = {
name: "profile-w3c-common",
logLevel: 2, // Show uglify warnings and errors.
deps: [
"core/jquery-enhanced",
"deps/fetch",
"deps/promise",
"deps/require",
],
inlineText: true,
Expand Down
1 change: 0 additions & 1 deletion tools/copydeps.sh
Expand Up @@ -4,7 +4,6 @@
rm ./js/deps/*.* ./js/core/css/github.css

# Copy them again
cp ./node_modules/promise-polyfill/promise.js ./js/deps/
cp ./node_modules/js-beautify/js/lib/beautify-css.js ./js/deps/
cp ./node_modules/js-beautify/js/lib/beautify-html.js ./js/deps/
cp ./node_modules/js-beautify/js/lib/beautify.js ./js/deps/
Expand Down

0 comments on commit 774bcb5

Please sign in to comment.