-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Question: Where is build target
defined?
#6296
Comments
Hi @le717 - we're going to close this out since it's not a Brackets issue. However, if @jasonsanjose has time he might be able to comment on how we set up the gruntfile and Brackets code to do this. Alternatively, you could try posting on the brackets-dev Google Group. |
@le717 The
The
If you haven't already, you'll probably want to learn more about Grunt gruntjs.com/getting-started/ and grunt-usemin https://github.com/yeoman/grunt-usemin before using grunt-targethtml. |
@njx No problem, I figured it would be closed since it was not a Brackets issue. 😉 @jasonsanjose Yea, I'll need to read up on Grunt then. I almost assumed it was involved somewhere in here, but I could not tell exactly where. |
Hello! I just discovered Brackets thanks to the GitHub Pages site update, and am thoroughly enjoying coding with it. Keep up the good work! 👍
I have a question, and I can't seem to find the answer. In #5776, the ability to use un-minified CSS/JS when
target
isdev
and minified whentarget
isdist
. I would like to duplicate this ability in my own project, but I have no idea wheretarget
is defined, nor where to look (How to Hack on Brackets was of no help).So, can someone point me in the right direction for duplicating this ability and what I projects I need to download to set it up? I am a beginner Web Designer (though I have a year background in local Python programming), thus I am still new to a lot of this stuff. 😃
Thanks! 😄
The text was updated successfully, but these errors were encountered: