Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo gem install sass
// this value will be used for both the
// initial process when `grunt` alone is run
// as well as the tasks run via watch
var build_state = 'dev',
var build_state = 'prod',
// sass src files are loaded with sass includes
// no need to list them here (i.e. only one sass src)
sass_files = {
Expand Down