Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
morpheus.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daria Zenkova
morpheus.js
Commits
ec438ca4
Commit
ec438ca4
authored
Mar 23, 2016
by
joshua-gould
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused js file
parent
c09cd402
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Gruntfile.js
Gruntfile.js
+4
-2
No files found.
Gruntfile.js
View file @
ec438ca4
...
@@ -74,8 +74,7 @@ module.exports = function(grunt) {
...
@@ -74,8 +74,7 @@ module.exports = function(grunt) {
src
:
[
'
src/util/util.js
'
,
'
src/util/*.js
'
,
src
:
[
'
src/util/util.js
'
,
'
src/util/*.js
'
,
'
src/io/*.js
'
,
'
src/matrix/vector_adapter.js
'
,
'
src/io/*.js
'
,
'
src/matrix/vector_adapter.js
'
,
'
src/matrix/*.js
'
,
'
src/*.js
'
,
'
src/matrix/*.js
'
,
'
src/*.js
'
,
'
src/tools/*.js
'
,
'
src/ui/list.js
'
,
'
src/tools/*.js
'
,
'
src/ui/*.js
'
,
'
src/**/*.js
'
]
'
src/ui/*.js
'
,
'
src/**/*.js
'
]
}
}
},
},
watch
:
{
watch
:
{
...
@@ -83,6 +82,9 @@ module.exports = function(grunt) {
...
@@ -83,6 +82,9 @@ module.exports = function(grunt) {
tasks
:
[
'
concat:morpheus
'
]
tasks
:
[
'
concat:morpheus
'
]
}
}
});
});
// rebuild js and css:
// grunt concat:morpheus concat:extJs uglify concat:extJsAll
grunt
.
registerTask
(
'
default
'
,
'
watch
'
);
grunt
.
registerTask
(
'
default
'
,
'
watch
'
);
grunt
.
loadNpmTasks
(
'
grunt-contrib-watch
'
);
grunt
.
loadNpmTasks
(
'
grunt-contrib-watch
'
);
grunt
.
loadNpmTasks
(
'
grunt-contrib-concat
'
);
grunt
.
loadNpmTasks
(
'
grunt-contrib-concat
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment