Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
grunt-monty-python
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ddded37c
authored
2015-07-24 12:18:54 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
wip
1 parent
3ac738d3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
grunt-monty-python.js
package.json
grunt-monty-python.js
View file @
ddded37
...
...
@@ -201,7 +201,7 @@ module.exports = function (grunt) {
};
}
initConfig
.
copy
.
css
:
{
initConfig
.
copy
.
css
=
{
files
:
[{
expand
:
true
,
dot
:
true
,
...
...
@@ -224,7 +224,7 @@ module.exports = function (grunt) {
//buildList.push('autoprefixer'); // css
//buildList.push('concat:requirejs'); // montyPython
buildList
.
push
(
'concat:generated'
);
// montyPython
//
buildList.push('cssmin'); // montyPython
buildList
.
push
(
'cssmin'
);
// montyPython
//'uglify:dist');
buildList
.
push
(
'copy:dist'
);
//'modernizr');
...
...
@@ -236,7 +236,7 @@ module.exports = function (grunt) {
//buildList.push('uglify:requireconfig'); // montyPython
//buildList.push('rev:requireconfig'); // montyPython
buildList
.
push
(
'usemin:html'
);
// montyPython
//
buildList.push('usemin:css'); // montyPython
buildList
.
push
(
'usemin:css'
);
// montyPython
buildList
.
push
(
'htmlmin'
);
// montyPython
grunt
.
initConfig
(
initConfig
);
...
...
package.json
View file @
ddded37
...
...
@@ -20,6 +20,7 @@
"grunt-contrib-concat"
:
"~0"
,
"grunt-contrib-copy"
:
"~0"
,
"grunt-contrib-csslint"
:
"~0"
,
"grunt-contrib-cssmin"
:
"~0.12.3"
,
"grunt-contrib-jshint"
:
"~0"
,
"grunt-contrib-htmlmin"
:
"~0"
,
"grunt-usemin"
:
"~2"
,
...
...
Please
register
or
sign in
to post a comment