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
2e4d18b1
Commit
2e4d18b1
authored
Jun 07, 2015
by
sanjay-patel-1991
Committed by
Vishal Kadam
Jun 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for app.min.js
parent
b1363ee2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gruntfile.js
dashboard/v2/gruntfile.js
+4
-4
No files found.
dashboard/v2/gruntfile.js
View file @
2e4d18b1
...
...
@@ -68,7 +68,7 @@ module.exports = function(grunt) {
}
}
},
dist
:
'public/
dist
/app.min.js'
,
dist
:
'public/
js
/app.min.js'
,
modules
:
grunt
.
file
.
expand
(
'public/js/app.js'
,
'public/js/routes.js'
,
...
...
@@ -118,8 +118,8 @@ module.exports = function(grunt) {
mainjs
:{
expand
:
true
,
cwd
:
'public/'
,
src
:
'
dist
/*.js'
,
dest
:
'dist/
dist
/'
,
src
:
'
js
/*.js'
,
dest
:
'dist/
js
/'
,
flatten
:
true
,
filter
:
'isFile'
}
...
...
@@ -146,7 +146,7 @@ module.exports = function(grunt) {
require
(
'load-grunt-tasks'
)(
grunt
);
grunt
.
registerTask
(
'default'
,
[
'devUpdate'
,
'bower'
,
'jshint'
,
'jsbeautifier:default'
]);
grunt
.
registerTask
(
'server'
,
[
'jshint'
,
'build'
,
'bower'
,
'minify'
,
'concurrent'
]);
grunt
.
registerTask
(
'server'
,
[
'jshint'
,
'build'
,
'bower'
,
'minify'
,
'co
py:mainjs'
,
'co
ncurrent'
]);
grunt
.
registerTask
(
'minify'
,
'Minify the all js'
,
function
()
{
var
done
=
this
.
async
();
...
...
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