Joined December 2014
·

Justin Scott

Greater Atlanta Area
·

Posted to Customize Bootstrap within MEAN.JS over 1 year ago

oh one more thing would be that developers may not want to do the combination of override files in the Application.min.css file so they can implement less maps. This allows the ability to see less line numbers during browser inspection when the maps are added to the grunt.js.
e.g. -
less: {
development: {
options: {
sourceMap: true,
ieCompat:true,
dumpLineNumbers:true
},
files: {
// target.css file: source.less file

        }
    }
},
Achievements
1 Karma
0 Total ProTip Views