Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 741cfa2

Browse files
Fixed grunt
1 parent d5d51c7 commit 741cfa2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+938
-2372
lines changed

Gruntfile.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ module.exports = function( grunt ) {
99

1010
config.files.php.push( '!class-tgm-plugin-activation.php' );
1111
config.files.js.push( '!js/**/*.min.js' );
12-
config.files.js.push( '!!js/vendor/*.js' );
12+
config.files.css.push( '!css/**/*.min.css' );
13+
config.files.css.push( '!css/bootstrap.css' );
14+
config.files.js.push( '!js/bootstrap.js' );
15+
config.files.js.push( '!js/html5.js' );
16+
config.files.js.push( '!js/jquery.knob.js' );
17+
config.files.js.push( '!js/parallax.js' );
18+
config.files.js.push( '!js/respond.js' );
19+
config.files.js.push( '!js/scrollReveal.js' );
20+
config.files.js.push( '!js/smoothscroll.js' );
21+
config.files.js.push( '!js/zerif.js' );
1322

1423
loader( grunt, config ).init();
1524
};

0 commit comments

Comments
 (0)