Skip to content

Commit 4e6be02

Browse files
홍유정/FE개발랩/NEGitHub Enterprise
authored andcommitted
Merge pull request #71 from fe/develop
Code-Snippet
2 parents 24231b1 + 26941eb commit 4e6be02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+7889
-7720
lines changed

Gruntfile.js

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ It includes several features like `class simulation`, `browser detecting`, `type
5252

5353
## How to use CodeSnippet
5454
* Using CodeSnippet build file
55-
* Download code-snippet.js or code-snippet.min.js from [[master branch]](https://github.com/nhnent/tui.code-snippet)
55+
* Download `tui-code-snippet.js` or `tui-code-snippet.min.js` from [[master branch]](https://github.com/nhnent/tui.code-snippet)
5656
* It's better that you do not change the file name.
5757
* Using the copy only the necesary parts
5858
* Check dependency before copy the codes

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"NHN Ent. FE dev team(dl_javascript@nhnent.com)"
55
],
66
"license": "MIT",
7-
"main": "code-snippet.js",
7+
"main": "dist/tui-code-snippet.js",
88
"ignore": [
99
"**/.*",
1010
".*",
@@ -15,7 +15,6 @@
1515
"test",
1616
"bower.json",
1717
"conf.json",
18-
"Gruntfile.js",
1918
"karma.conf.js",
2019
"package.json",
2120
"karma.local.conf.js",

0 commit comments

Comments
 (0)