Skip to content

Commit

Permalink
(bluefox) delete Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 2, 2018
1 parent 72558ab commit 5133424
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 268 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
.idea
admin/i18n
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Gruntfile.js
gulpfile.js
tasks
.idea
Expand Down
193 changes: 0 additions & 193 deletions Gruntfile.js

This file was deleted.

6 changes: 5 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
The MIT License (MIT)

Copyright (c) 2014-2016 bluefox <dogafox@gmail.com>, hobbyquaker
Copyright (c) 2014-2018 Bluefox <dogafox@gmail.com>, Apollon77

Copyright (c) 2016 Smiling_Jack

Copyright (c) 2014 hobbyquaker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,11 @@ Possible options and Parameter:

The MIT License (MIT)

Copyright (c) 2014-2015 Bluefox, Smiling_Jack
Copyright (c) 2014-2018 Bluefox <dogafox@gmail.com>, Apollon77

Copyright (c) 2016 Smiling_Jack

Copyright (c) 2014 hobbyquaker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ var languages = {
pt: {},
nl: {},
fr: {},
it: {}
it: {},
es: {}
};

function lang2data(lang, isFlat) {
Expand Down
17 changes: 0 additions & 17 deletions tasks/jscs.js

This file was deleted.

36 changes: 0 additions & 36 deletions tasks/jscsRules.js

This file was deleted.

17 changes: 0 additions & 17 deletions tasks/jshint.js

This file was deleted.

0 comments on commit 5133424

Please sign in to comment.