compass-aurora 3.0.4 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
7
7
  Compass::Frameworks.register('aurora', :path => extension_path)
8
8
 
9
9
  module Aurora
10
- VERSION = "3.0.4"
10
+ VERSION = "3.0.5"
11
11
  DATE = "2013-05-08"
12
12
  end
@@ -43,7 +43,10 @@ module.exports = function (grunt) {
43
43
  options: {
44
44
  jshintrc: '.jshintrc'
45
45
  },
46
- all: ['<%= project_js %>/{,**/}*.js']
46
+ all: [
47
+ '<%= project_js %>/{,**/}*.js',
48
+ '!<%= project_js %>/{,**/}*.min.js'
49
+ ]
47
50
  },
48
51
 
49
52
  imagemin: {
@@ -104,7 +107,7 @@ module.exports = function (grunt) {
104
107
  parallel: {
105
108
  assets: {
106
109
  grunt: true,
107
- tasks: ['compass:dist', 'imagemin', 'svgmin', 'uglify:dist']
110
+ tasks: ['imagemin', 'svgmin', 'uglify:dist']
108
111
  }
109
112
  }
110
113
  });
@@ -127,6 +130,7 @@ module.exports = function (grunt) {
127
130
 
128
131
  grunt.registerTask('build', [
129
132
  'parallel:assets',
133
+ 'compass:dist',
130
134
  'jshint'
131
135
  ]);
132
136
  };
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 0
8
- - 4
9
- version: 3.0.4
8
+ - 5
9
+ version: 3.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Richard