Skip to content

Commit

Permalink
Moved to .build
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Oct 5, 2015
1 parent b809420 commit eb54f65
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 38,356 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Gruntfile.js → .build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(grunt) {
grunt.initConfig({
bower_concat: {
all: {
dest: 'gui/slick/js/_bower.js',
dest: '../gui/slick/js/_bower.js',
// cssDest: 'gui/slick/css/_bower.css',
exclude: [
// 'jquery',
Expand All @@ -21,7 +21,7 @@ module.exports = function(grunt) {
uglify: {
my_target: {
files: {
'gui/slick/js/_bower.min.js': ['gui/slick/js/_bower.js']
'../gui/slick/js/_bower.min.js': ['../gui/slick/js/_bower.js']
}
}
}
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ lib/unrar2/UnRAR.exe
# Bower #
######################
bower_components
node_modules
gui/*_bower.js
Loading

0 comments on commit eb54f65

Please sign in to comment.