Adminator-admin-dashboard icon indicating copy to clipboard operation
Adminator-admin-dashboard copied to clipboard

Can someone provide a build of this with static HTML, CSS and JS unminified

Open designforhumans opened this issue 6 years ago • 11 comments
trafficstars

This would help people who just want to get going with the template without having to install node and other dependencies. If you could include this in the main source repo that would be awesome and would save lots of people lots of time.

Thank you from the bottom of my heart ❤️

designforhumans avatar Feb 06 '19 20:02 designforhumans

Yeah i need that too :-) :+1:

jahanzebsh avatar Feb 13 '19 10:02 jahanzebsh

Here's a build I just made (I'm leaving the time in the name). Not unminified, but if I get time later today I'll do it and update this post. There are some files with seemingly random names that are bothering me so it'd be good to have them renamed as well.

Adminator 17-02-2019 18-41 (Paris Time).zip Note: this build was made using the latest commit as of today: 987c278.

EDIT: Unbundling the JS and CSS seems like hell. This kinda sucks, as it makes integrating this template unnecessarily complex.

MysteryDash avatar Feb 17 '19 17:02 MysteryDash

wow thats great , thanks alot dear , it does worth alot.

On Sun, 17 Feb 2019 10:45 pm Alexandre Quoniou, [email protected] wrote:

Here's a build I just made (I'm leaving the time in the name). Not unminified, but if I get time later today I'll do it and update this post. There are some files with seemingly random names that are bothering me so it'd be good to have them renamed as well.

Adminator 17-02-2019 18-41 (Paris Time).zip https://github.com/puikinsh/Adminator-admin-dashboard/files/2873221/Adminator.17-02-2019.18-41.Paris.Time.zip

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/puikinsh/Adminator-admin-dashboard/issues/145#issuecomment-464486555, or mute the thread https://github.com/notifications/unsubscribe-auth/AmfXcpTm3OsPTNWE_P8eR2pAVICYgSUoks5vOZUhgaJpZM4amEN8 .

jahanzebsh avatar Feb 18 '19 11:02 jahanzebsh

HOw can i use in server can you give me with link and script inside of every html file

Prem18mca avatar Feb 26 '19 07:02 Prem18mca

@MysteryDash can you give us a quick instruction on how to generate the bundle ourselves? There are a few unnecessary js files which can be stripped.

I am currently getting used to webpack and am trying to figure out how to bundle a production version. There are quite a few config files flying around.

KilianB avatar Mar 17 '19 14:03 KilianB

I just followed the instructions that are in the Readme of this repository. I'm far from being a webpack expert, and if I were I would have removed the whole "pack" part of webpack.

MysteryDash avatar Mar 17 '19 16:03 MysteryDash

It will be nice to have the separate js files and css as well. For example i would like to use this template in a laravel project :)

bci24 avatar Apr 16 '19 07:04 bci24

+1 on this!

TCB13 avatar May 20 '19 15:05 TCB13

Would really appreciate this a lot. Simpler to work on, and easier to simplify.

rlphnger avatar Jun 14 '19 10:06 rlphnger

It will be nice to have the separate js files and css as well. For example i would like to use this template in a laravel project :)

Better have a look at this

bkkrishna avatar Jul 04 '19 02:07 bkkrishna

In this repository you can see this template in a laravel 6.x (blade) adaptation. In the "public" folder you can get the javascript and css files not minified too.

arriagadadev avatar Jan 12 '20 04:01 arriagadadev

I started a branch for prebuilding minified and unminified static assets here: https://github.com/puikinsh/Adminator-admin-dashboard/tree/feature/prebuild

Will be built and attached to each release.

jepperaskdk avatar Aug 25 '22 19:08 jepperaskdk

From 2.0.3 we prebuild both minified and unminified static assets for each release: https://github.com/puikinsh/Adminator-admin-dashboard/releases

You can build these yourself as well, using npm run release:unminified or npm run release:minified.

jepperaskdk avatar Sep 06 '22 15:09 jepperaskdk