Skip to content

Commit

Permalink
style: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Jul 1, 2019
1 parent 85ed399 commit 5967e10
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tasks/config/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ module.exports = function(grunt) {
// jquery
{
src: jqueryPath + '/dist/jquery.js',
dest: jsDestFolder + 'jquery.js'
dest: jsDestFolder + 'jquery.js'
},
// gitment
{
src: gitmentPath + '/dist/gitment.browser.js',
dest: jsDestFolder + 'gitment.js',
dest: jsDestFolder + 'gitment.js'
},
{
src: gitmentPath + '/style/default.css',
dest: cssDestFolder + 'gitment.css',
dest: cssDestFolder + 'gitment.css'
},
// gitalk
{
Expand All @@ -72,18 +72,16 @@ module.exports = function(grunt) {
},
{
src: gitalkPath + '/dist/gitalk.css',
dest: cssDestFolder + 'gitalk.css',
dest: cssDestFolder + 'gitalk.css'
},
// moment
{
src: './node_modules/moment/min/moment-with-locales.js',
dest: jsDestFolder + 'moment-with-locales.js'
},
// algoliasearch
{
src: './node_modules/algoliasearch/dist/algoliasearch.js',
dest: jsDestFolder + 'algoliasearch.js'
},
}
]
}
});
Expand Down

0 comments on commit 5967e10

Please sign in to comment.