Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
70f2ee3a
Commit
70f2ee3a
authored
Oct 03, 2017
by
kevalbhatt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2187 : UI improved debugging in minification
parent
657e0f12
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
28 deletions
+26
-28
gruntfile.js
dashboardv2/gruntfile.js
+1
-1
package.json
dashboardv2/package.json
+25
-27
No files found.
dashboardv2/gruntfile.js
View file @
70f2ee3a
...
...
@@ -225,7 +225,7 @@ module.exports = function(grunt) {
uglify
:
{
build
:
{
options
:
{
sourceMap
:
tru
e
mangle
:
fals
e
},
files
:
[{
expand
:
true
,
...
...
dashboardv2/package.json
View file @
70f2ee3a
...
...
@@ -45,34 +45,32 @@
"requirejs"
:
"2.3.3"
,
"requirejs-text"
:
"2.0.15"
,
"select2"
:
"4.0.3"
,
"underscore"
:
"1.8.3"
,
"js-beautify"
:
"1.6.14"
"underscore"
:
"1.8.3"
},
"devDependencies"
:
{
"connect-livereload"
:
"^0.5.4"
,
"git-rev"
:
"^0.2.1"
,
"grunt"
:
"~0.4.2"
,
"grunt-cli"
:
"~0.1.11"
,
"grunt-concurrent"
:
"^1.0.0"
,
"grunt-connect-proxy"
:
"^0.2.0"
,
"grunt-contrib-clean"
:
"~0.6.0"
,
"grunt-contrib-compress"
:
"^0.13.0"
,
"grunt-contrib-connect"
:
"^1.0.0"
,
"grunt-contrib-copy"
:
"~0.8.0"
,
"grunt-contrib-cssmin"
:
"^2.0.0"
,
"grunt-contrib-htmlmin"
:
"^2.2.0"
,
"grunt-contrib-jshint"
:
"^0.11.0"
,
"grunt-contrib-uglify"
:
"^2.1.0"
,
"grunt-contrib-watch"
:
"^0.6.1"
,
"grunt-dev-update"
:
"^1.0.2"
,
"grunt-jsbeautifier"
:
"^0.2.6"
,
"grunt-nginx"
:
"~0.2.2"
,
"grunt-nodemon"
:
"^0.4.0"
,
"grunt-npmcopy"
:
"^0.1.0"
,
"grunt-sass"
:
"^1.1.0"
,
"grunt-shell"
:
"^1.1.1"
,
"grunt-template"
:
"^1.0.0"
,
"load-grunt-tasks"
:
"^3.1.0"
,
"proxit"
:
"~0.6.4"
"connect-livereload"
:
"0.5.4"
,
"git-rev"
:
"0.2.1"
,
"grunt"
:
"0.4.2"
,
"grunt-cli"
:
"0.1.11"
,
"grunt-concurrent"
:
"1.0.0"
,
"grunt-connect-proxy"
:
"0.2.0"
,
"grunt-contrib-clean"
:
"0.6.0"
,
"grunt-contrib-compress"
:
"0.13.0"
,
"grunt-contrib-connect"
:
"1.0.0"
,
"grunt-contrib-copy"
:
"0.8.0"
,
"grunt-contrib-cssmin"
:
"2.0.0"
,
"grunt-contrib-htmlmin"
:
"2.2.0"
,
"grunt-contrib-jshint"
:
"0.11.0"
,
"grunt-contrib-uglify"
:
"2.1.0"
,
"grunt-contrib-watch"
:
"0.6.1"
,
"grunt-dev-update"
:
"1.0.2"
,
"grunt-nginx"
:
"0.2.2"
,
"grunt-nodemon"
:
"0.4.0"
,
"grunt-npmcopy"
:
"0.1.0"
,
"grunt-sass"
:
"1.1.0"
,
"grunt-shell"
:
"1.1.1"
,
"grunt-template"
:
"1.0.0"
,
"load-grunt-tasks"
:
"3.1.0"
,
"proxit"
:
"0.6.4"
}
}
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