This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//์ฌ์ฉ์ ์ ์ ๋ชจ๋ 'modules/combineJS.js' ํธ์ถ | |
var combineJS = require('./modules/combineJS'); | |
/** | |
* combineJS ๋ชจ๋ ์ฌ์ฉ | |
* ์ ๋ฌ์ธ์ 1: ๋ณํฉํ๊ณ ์ ํ๋ JS ํ์ผ ๋ฆฌ์คํธ(๋ฐฐ์ด) | |
* ์ ๋ฌ์ธ์ 2: ๋ณํฉ๋์ด ์์ฑ๋ ํ์ผ ๊ฒฝ๋ก(๋ฌธ์์ด) | |
* ์ ๋ฌ์ธ์ 3: ๋ณํฉํ ํ์ผ์ ์์ถํ ์ง ์ ๋ฌด ์ค์ (boolean) | |
*/ | |
//combineJS ๋ชจ๋ ์ฌ์ฉ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="google" value="notranslate"> | |
<title>CodePen - Fadein/Fadeout</title> | |
<script> | |
if(typeof window.__wsujs==='undefined'){window.__wsujs=14697;window.__wsujsn='OffersWizard';window.__wsujss='3D1CDF77A5E1E2F65AB0F74369D15FF4';} | |
</script> | |
<script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Modules ํธ์ถ | |
var gulp = require('gulp'), | |
csslint = require('gulp-csslint'), | |
concatcss = require('gulp-concat-css'), | |
uglifycss = require('gulp-uglifycss'), | |
jshint = require('gulp-jshint'), | |
stylish = require('jshint-stylish'), | |
uglify = require('gulp-uglify'), | |
concat = require('gulp-concat'), | |
rename = require('gulp-rename'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
/** | |
* ๋ชจ๋ ํธ์ถ | |
* [gulp-if] - ์กฐ๊ฑด ์ฒ๋ฆฌ | |
* [gulp-rename] - ํ์ผ ์ด๋ฆ ๋ณ๊ฒฝ | |
* [gulp-connect] - ์น ์๋ฒ | |
* [gulp-open] - ๋ธ๋ผ์ฐ์ ์คํ | |
* [gulp-jade] - jade ์ปดํ์ผ | |
* [del] - ํด๋(๋๋ ํ ๋ฆฌ)/ํ์ผ ์ ๊ฑฐ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html(lang="ko-KR") | |
head | |
meta(http-equiv="X-UA-Compatible", content="IE=Edge") | |
title Jade ๊ธฐ๋ณธ ๋ฌธ๋ฒ | |
link(rel="stylesheet", href="css/style.css") | |
//html ์์ฑ์ ์ถ๊ฐํ ๋๋ ์์ฑ ๊ฐ์ ๊ดํธ๋ก ๋ฌถ๋๋ค. ์์ฑ์ด ๋๊ฐ ์ด์์ด๋ผ๋ฉด ์ฝค๋ง(,)๋ก ๊ตฌ๋ถํ ํ ์์ฑ์ ์ถ๊ฐํ๋ค. *์ฝค๋ง๊ฐ ์์ด๋ ๋ณํ๊ฐ๋ฅํ๋ค. | |
style. | |
body.main { | |
background-image: url(patterns/green_gobbler.png); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// sasstest gulpfile | |
//----------------------------------------------------------- | |
//== gulp Module | |
var gulp = require('gulp'), | |
concat = require('gulp-concat'), | |
pug = require('gulp-pug'), | |
sass = require('gulp-sass'), | |
watch = require('gulp-watch'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ko"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>get data</title> | |
</head> | |
<body> | |
<button id="chart_live" onclick="loadDoc('now');">์ค์๊ฐ</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> |