issues Search Results · repo:davidB/yuicompressor-maven-plugin language:JavaScript
Filter by
74 results
(82 ms)74 results
indavidB/yuicompressor-maven-plugin (press backspace or delete to remove)当js代码中出现let时,用maven的package打包springboot项目会失败,无法压缩. 解决方法就是将let都换成var
- HengqiXu
- Opened on Jul 2, 2020
- #96
ex: - 1 x.forEach( (value, key, set) = { });
above syntax not recognized
- naveenkumar096
- 3
- Opened on Feb 12, 2020
- #95
With this code:
for (var i = 0, len = this.selectedVariants.length; i len; i++) {
let oldId = this.selectedVariants[i];
$( variant-result- + oldId).removeClass( selected );
this.selectedVariants.splice(i, ...
- icossinib
- 2
- Opened on Apr 16, 2018
- #94
Configuration in pom file.
!-- Minify javascript and css files based on profile -- plugin groupId net.alchim31.maven /groupId artifactId
yuicompressor-maven-plugin /artifactId version 1.5.1 /version configuration ...
- nimmanapallivenu
- 5
- Opened on Feb 15, 2018
- #93
I d like to know how to make the plugin generate map files, so the browser can make the link between the minified script
and the original, which is very useful for reading the code, debugging and adding ...
- magneval
- 1
- Opened on Oct 28, 2016
- #91
I am using yuicompressor version 1.5.1.
Following is the pom.xml configuration for the plugin
plugin
groupId net.alchim31.maven /groupId
artifactId yuicompressor-maven-plugin /artifactId ...
- shreeshkatyayan
- 1
- Opened on Jul 23, 2016
- #90
Using plugin version 1.5.1. The for-of loop ES6 syntax is not considered valid and fails the build:
for(var enrlmnt of studentSectionsEnrolledInThisMeeting) { console.log(enrlmnt); }
build 03-Mar-2016 ...
- boyko11
- 2
- Opened on Mar 3, 2016
- #89
I realized in the maven output that in case input and output files are defined to be the same file, the logged values
are same like styles.css (1234b) - styles.css (1234b)[100%]
I guess it is because ...
- maltindal
- Opened on Nov 18, 2015
- #85
- sshepelevich
- Opened on Apr 16, 2015
- #84
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.