Search found 171 matches

by CHItA
Wed Jun 03, 2015 11:12 am
Forum: [3.x] Discussion
Topic: Asset management
Replies: 50
Views: 91206

Re: Asset management

I guess the only real difference to your proposal is that it would not be required to commit the compiled code to the repo. If I understand correctly, the only drawback of that would be that the repo code is slower if you don't run gulp or whatever yourself, and IMO that is pretty irrelevant if you ...
by CHItA
Wed Jun 03, 2015 10:58 am
Forum: [3.x] Discussion
Topic: Asset management
Replies: 50
Views: 91206

Re: Asset management

Possible idea for a solution that would address all issues here: My assumptions (I don't know gulp, I don't know if everything here is actually implementable): All CSS would go into a single CSS file xy.min.css All JS would go into a single JS file yz.min.js How the solution would look like: Have si...
by CHItA
Tue Jun 02, 2015 3:19 pm
Forum: [3.x] Discussion
Topic: Asset management
Replies: 50
Views: 91206

Re: Asset management

I guess it would be on deployment, as minified versions are hard to review. Source maps ! They're supported by every JavaScript minifier ever, and none of the PHP ones. I meant the GitHub repo, but luckily I don't have to review anything, therefore I don't really care. As I said, I think adding som...
by CHItA
Tue Jun 02, 2015 1:42 pm
Forum: [3.x] Discussion
Topic: Asset management
Replies: 50
Views: 91206

Re: Asset management

@brunoais: Yes, I've got that. However, I think you're assuming that if the user would modify something, he/she would care to use the ACP to minify assets, meanwhile he/she is unable to modify the asset path to the non-minified version, that's just sounds unrealistic to me. So I still think, that ad...
by CHItA
Tue Jun 02, 2015 10:55 am
Forum: [3.x] Discussion
Topic: Asset management
Replies: 50
Views: 91206

Re: Asset management

I guess it would be on deployment, as minified versions are hard to review. What I mean by inclusion code btw, is <link src="" /> <script src=""> which should be easy to find. Also you could possibly add you modifications to a separate file, and add that. I think implementing any...
by CHItA
Tue Jun 02, 2015 9:54 am
Forum: [3.x] Discussion
Topic: Asset management
Replies: 50
Views: 91206

Re: Asset management

Do you still think we should require more tools than a text editor to modify and have phpBB working and that modifying non-code markup should require php coding skills to redirect the links from the minimized versions? If I understand correctly, you're saying that the phpBB core should have the too...
by CHItA
Mon Jun 01, 2015 10:16 pm
Forum: [3.x] Discussion
Topic: Asset management
Replies: 50
Views: 91206

Re: Asset management

IMO, it's best to not have that minor extra optimization and allow phpBB to be more direct to edit and manually test than having to deal with a console script working all the time to provide a server service for the ever-changing files while working on the interface and reloading the page. I could ...
by CHItA
Fri May 29, 2015 1:21 pm
Forum: General Development Discussion
Topic: State of Area51
Replies: 147
Views: 228615

Re: State of Area51

@callumacrae: I've already created a ticket for that (https://tracker.phpbb.com/browse/PHPBB3-13888)
by CHItA
Wed May 13, 2015 7:38 pm
Forum: General Development Discussion
Topic: Tracker
Replies: 4
Views: 18967

Re: Tracker

As far as I know the website team is aware of the issue, I don't know when they will fix it. Until then the only solution is to contact a manager to reset your login attempts manually.
by CHItA
Wed May 06, 2015 3:05 pm
Forum: [3.x] Discussion
Topic: [Define New Theme] 3. We need to use a pre-processor such as LESS or which ever is decided upon at least in development.
Replies: 26
Views: 53101

Re: [Define New Theme] 3. We need to use a pre-processor such as LESS or which ever is decided upon at least in developm

*Note This is part 3 of a series found here As the topics suggests this is a discussion form for how weather and how to move forward with the concept of CSS variables With the introduction of a possible new spec in some of the modern browsers in the works, and the rampant popularity of CSS preproce...