frontendfriends / grunt-combine-mq

[deprecated] [maintainer wanted] Grunt wrapper for 'node-combine-mq'
http://github.com/frontendfriends/node-combine-mq
83 stars 8 forks source link

Better error logging please #15

Closed PeterMK85 closed 8 years ago

PeterMK85 commented 9 years ago

Randomly getting an error, and from this its pretty hard to trace it.

Running "combine_mq:default_options" (combine_mq) task
Warning: undefined:6973:6: missing '}' Use --force to continue.
furzeface commented 9 years ago

Hi, do you have any more info on the scenario you're using the plugin in and perhaps a sample of the Gruntfile.js at all to help trace why you're getting this error?

PeterMK85 commented 9 years ago

I don't know what kind of detail do You interested in:

What I identified here: This error is usually pop up when i try to run the job on a file which contains only third party included and generated css/scss files concatenated together (which handled by bowler, that's why it can't be modified) and also the License comment have to stay intact.

Usuall job call order: 'compass:server', 'autoprefixer', 'combine_mq'

If you need any further info please let me know. Thanks for the fast support

// Reset
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/normalize";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/print";

// Core CSS
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/scaffolding";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/type";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/code";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/grid";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/tables";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/forms";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/buttons";

// Components
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/component-animations";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/glyphicons";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/dropdowns";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/button-groups";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/input-groups";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/navs";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/navbar";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/labels";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/jumbotron";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/alerts";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/list-group";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/panels";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/wells";

// Components w/ JavaScript
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/modals";

@import "bootstrap-sass-datepicker/sass/datepicker";

// Utility classes
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/utilities";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap/responsive-utilities";
furzeface commented 8 years ago

I'll close this as no support was offered.