Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/nohost-sw.js
src/thirdparty/CodeMirror
src/thirdparty/*
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Thumbs.db
/src/JSUtils/node/node_modules

# ignore files copied from node_modules to src/thirdparty
/src/thirdparty/less.min.js
/src/thirdparty/preact
/src/thirdparty/preact-compat
/src/thirdparty/preact-test-utils
Expand Down
9 changes: 0 additions & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,6 @@ module.exports = function (grunt) {
},
thirdparty: {
files: [
{
expand: true,
flatten: true,
dest: 'src/thirdparty',
cwd: 'src/node_modules',
src: [
'less/dist/less.min.js'
]
},
{
expand: true,
flatten: true,
Expand Down
17 changes: 17 additions & 0 deletions src/thirdparty/less.min.js

Large diffs are not rendered by default.