Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit094c0f7

Browse files
author
Vitaly Puzrin
committed
dist rebuild
1 parent9586ebe commit094c0f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ browserify:
8383
rm -rf ./dist
8484
mkdir dist
8585
# Browserify
86-
(echo -n"/*${NPM_PACKAGE}${NPM_VERSION}${GITHUB_PROJ} */"; \
86+
(echo -n"/*!${NPM_PACKAGE}${NPM_VERSION}${GITHUB_PROJ} */"; \
8787
./node_modules/.bin/browserify -r ./ -s jsyaml\
8888
)> dist/js-yaml.js
8989
# Minify
9090
./node_modules/.bin/uglifyjs dist/js-yaml.js -c -m\
91-
--preamble"/*${NPM_PACKAGE}${NPM_VERSION}${GITHUB_PROJ} */"\
91+
--comments /^!/\
9292
> dist/js-yaml.min.js
9393

9494

‎dist/js-yaml.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* js-yaml 3.14.0 https://github.com/nodeca/js-yaml */(function(f){if(typeofexports==="object"&&typeofmodule!=="undefined"){module.exports=f()}elseif(typeofdefine==="function"&&define.amd){define([],f)}else{varg;if(typeofwindow!=="undefined"){g=window}elseif(typeofglobal!=="undefined"){g=global}elseif(typeofself!=="undefined"){g=self}else{g=this}g.jsyaml=f()}})(function(){vardefine,module,exports;return(function(){functionr(e,n,t){functiono(i,f){if(!n[i]){if(!e[i]){varc="function"==typeofrequire&&require;if(!f&&c)returnc(i,!0);if(u)returnu(i,!0);vara=newError("Cannot find module '"+i+"'");throwa.code="MODULE_NOT_FOUND",a}varp=n[i]={exports:{}};e[i][0].call(p.exports,function(r){varn=e[i][1][r];returno(n||r)},p,p.exports,r,e,n,t)}returnn[i].exports}for(varu="function"==typeofrequire&&require,i=0;i<t.length;i++)o(t[i]);returno}returnr})()({1:[function(require,module,exports){
1+
/*! js-yaml 3.14.1 https://github.com/nodeca/js-yaml */(function(f){if(typeofexports==="object"&&typeofmodule!=="undefined"){module.exports=f()}elseif(typeofdefine==="function"&&define.amd){define([],f)}else{varg;if(typeofwindow!=="undefined"){g=window}elseif(typeofglobal!=="undefined"){g=global}elseif(typeofself!=="undefined"){g=self}else{g=this}g.jsyaml=f()}})(function(){vardefine,module,exports;return(function(){functionr(e,n,t){functiono(i,f){if(!n[i]){if(!e[i]){varc="function"==typeofrequire&&require;if(!f&&c)returnc(i,!0);if(u)returnu(i,!0);vara=newError("Cannot find module '"+i+"'");throwa.code="MODULE_NOT_FOUND",a}varp=n[i]={exports:{}};e[i][0].call(p.exports,function(r){varn=e[i][1][r];returno(n||r)},p,p.exports,r,e,n,t)}returnn[i].exports}for(varu="function"==typeofrequire&&require,i=0;i<t.length;i++)o(t[i]);returno}returnr})()({1:[function(require,module,exports){
22
'use strict';
33

44

@@ -2272,7 +2272,7 @@ function readAlias(state) {
22722272

22732273
alias=state.input.slice(_position,state.position);
22742274

2275-
if(!state.anchorMap.hasOwnProperty(alias)){
2275+
if(!_hasOwnProperty.call(state.anchorMap,alias)){
22762276
throwError(state,'unidentified alias "'+alias+'"');
22772277
}
22782278

‎dist/js-yaml.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp