Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shower-presentation
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Шардт Максим Александрович
shower-presentation
Commits
f02b9a82
Commit
f02b9a82
authored
Dec 08, 2013
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It's not gonna change
parent
a201a3dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Gruntfile.js
Gruntfile.js
+2
-3
No files found.
Gruntfile.js
View file @
f02b9a82
module
.
exports
=
function
(
grunt
)
{
module
.
exports
=
function
(
grunt
)
{
grunt
.
initConfig
({
grunt
.
initConfig
({
pkg
:
grunt
.
file
.
readJSON
(
'package.json'
),
uglify
:
{
uglify
:
{
options
:
{
options
:
{
mangle
:
true
,
mangle
:
true
,
banner
:
'/**
\
n * Shower HTML presentation engine: github.com/shower/shower
\
n * @copyright 2010–<%= grunt.template.today("yyyy") %> Vadim Makeev, pepelsbey.net
\
n * @license MIT license: github.com/shower/shower/wiki/MIT-License
\
n */
\
n'
banner
:
'/**
\
n * Shower HTML presentation engine: github.com/shower/shower
\
n * @copyright 2010–<%= grunt.template.today("yyyy") %> Vadim Makeev, pepelsbey.net
\
n * @license MIT license: github.com/shower/shower/wiki/MIT-License
\
n */
\
n'
},
},
build
:
{
build
:
{
src
:
'
<%= pkg.name %>
.js'
,
src
:
'
shower
.js'
,
dest
:
'
<%= pkg.name %>
.min.js'
dest
:
'
shower
.min.js'
}
}
},
},
dalek
:
{
dalek
:
{
...
...
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