-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: move from gh-pages to docs folder
migrate from Gulp 3 to 4
- Loading branch information
Showing
50 changed files
with
11,109 additions
and
3,995 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
*~ | ||
~$* | ||
/node_modules | ||
/bower_components | ||
/dist | ||
/.idea | ||
/docs/node_modules |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
"browser": true, | ||
"node": true, | ||
"predef": [ | ||
"define" | ||
"define", | ||
"hljs" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
~$* | ||
/node_modules | ||
/bower_components | ||
node_modules | ||
bower_components | ||
docs | ||
src | ||
.idea | ||
.github | ||
.gitattributes | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gulpfile.js | ||
bower.json | ||
overview.png |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,4 @@ git: | |
language: node_js | ||
|
||
node_js: | ||
- "0.10" | ||
|
||
install: | ||
- "npm install" | ||
- "npm install -g gulp" | ||
|
||
deploy: | ||
provider: npm | ||
email: "[email protected]" | ||
api_key: | ||
secure: NrGziWXmU3uMQBLKk7n2Qd22wrPNGBQ9MwaMZDom5qvUN6c8hwVJFXC8wLbRU035XqXQRg2ntxzWQc/LRyWKH73zjhmhIk5LDHp5Jz11T0hvVcS1drV8zUIvgTu2rmzchvHmEFPI5UcoMswMa9Ifgcum1foZV4csahtx/IePVqM= | ||
on: | ||
tags: true | ||
- '12' |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
{ | ||
"name": "cookies-eu-banner", | ||
"main": "dist/cookies-eu-banner.js", | ||
"version": "1.2.16", | ||
"version": "2.0.0", | ||
"homepage": "http://alex-d.github.io/Cookies-EU-banner/", | ||
"authors": [ | ||
"Alex-D <[email protected]>" | ||
], | ||
"description": "Manage display of banner to accept/reject cookies from tracking services like Google Analytics.", | ||
"description": "Manage display of cookies consent banner for GDPR compliance.", | ||
"keywords": [ | ||
"cookies", | ||
"analytics" | ||
"analytics", | ||
"rgpd", | ||
"gdpr" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"demo", | ||
"docs", | ||
"src" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.