-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing filename from the script path #27
Comments
I was done like this before I added the indexes to the end of the file. Imagine you have two files with the same filename both in different folder. Since I dont find this one as a big deal I will leave it open and fix later on. Cheers |
gassetic needs to be able to delete files when they are removed from the yml for each of the merged files so the files need to be grouped together by filename |
Grouping is fine. My concern is that the rendered script path contains those filenames, and there should be an option to exclude it (for some environments). |
+1 |
Assume that this is my
yml
config:The generated HTML will contain the following:
Since I am not running any tasks, the script
src
should be/dist/
+js1.js
andjs2.js
. If I were running a concat, then the scriptsrc
should become/dist/javascripts.js
.Basically, it makes no sense to include the filename from YML into the full path.
The text was updated successfully, but these errors were encountered: