This repository was archived by the owner on Apr 30, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import '../css/pure/pure-min.css'
2- import '../css/animate.css'
3- import '../css/style.css'
41import $ from 'jquery'
52import React from 'react'
63import { render } from 'react-dom'
Original file line number Diff line number Diff line change 1818 "matches" : [ " \u003C all_urls>" ]
1919 } ],
2020 "web_accessible_resources" : [
21- " base.js"
21+ " css/*.css" ,
22+ " base.js"
2223 ],
2324 "browser_action" : {
2425 "default_icon" : " img/icon.png" ,
Original file line number Diff line number Diff line change 11<!doctype html>
22< html >
3- < head >
4- < title > Custom JavaScript</ title >
5- </ head >
3+ < head >
4+ < title > Custom JavaScript</ title >
5+ < link rel ="stylesheet " href ="css/style.css ">
6+ < link rel ="stylesheet " href ="css/animate.css ">
7+ < link rel ="stylesheet " href ="css/pure/pure-min.css ">
8+ </ head >
69 < body >
710 < div class ="customjs " id ="customjs ">
811 < form action ="" method ="post " accept-charset ="utf-8 " id ="popup-form " class ="pure-form ">
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ const options = {
9292 'process.env.NODE_ENV' : JSON . stringify ( env . NODE_ENV )
9393 } ) ,
9494 new CopyWebpackPlugin ( [
95+ { from : 'src/css' , to : 'css' } ,
9596 { from : 'src/img' , to : 'img' }
9697 ] ) ,
9798 ...HtmlFiles ,
You can’t perform that action at this time.
0 commit comments